From 4978c466978dfff8c12bf2ff886a3beec69555e8 Mon Sep 17 00:00:00 2001 From: shadi fakhri <113238379+Shadi38@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:53:02 +0000 Subject: [PATCH] Update README.md Signed-off-by: shadi fakhri <113238379+Shadi38@users.noreply.github.com> --- README.md | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index c26d98e330..104f9cc2f3 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,6 @@ # Video Recommendation App -## Background - -Before you continue to final projects we have to make sure that you can meaningfully contribute to a technical project. - -This means that we need to be sure that you can create a Full Stack app. - -## Challenge - -In this project you will be building a project that fulfills the following User Stories + I built a project that fulfills the following User Stories - As a user, I want to be able to view a list of all YouTube videos posted on the site - As a user, I want to be able to post videos that I like from YouTube to my website. @@ -19,6 +11,13 @@ In this project you will be building a project that fulfills the following User You don't need to worry about storing the video content itself - we'll rely on YouTube for this. + + + + + + + ## Levels This project is split into several levels that you should complete each week of the three week project. @@ -58,18 +57,10 @@ Here is an example solution of the Front End: https://vid-rec2.netlify.app/ -**Note:** You can design the website to look however you like. + Here is an example solution for the Back End: https://video-rec.herokuapp.com -## Design - -You are welcome to use [Bootstrap](https://getbootstrap.com/docs/4.0/getting-started/introduction/) or any other design framework to help you build this app. - -## Getting Started - -Fork this repository and then clone it to your computer. -Progress to Level 100 when you are ready.