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.
- As a user, I want to be able to delete videos from the website that I no longer like.
- As a user, I want to be able to watch the videos embedded in the website.
- As a user, I want to be able to "Up Vote" a video if I like it.
- As a user, I want to be able to "Down Vote" a video if I dislike.
You don't need to worry about storing the video content itself - we'll rely on YouTube for this.
This project is split into several levels that you should complete each week of the three week project.
You can find each of the levels split into separate files, linked below.
Note: Some of the levels are optional which means that you will build a working project without them. However, to make something really impressive you will need to complete as much as you can.
- Level 100
- A core version of the React front end of the app
- Level 199 (Optional)
- Stretch goals for the front end if you have time
- Level 200
- A core version of the Node + Express back end of the app
- Level 250
- Connect your Front End and Back End together
- Level 299 (Optional)
- Stretch goals for the back end if you have time
- Level 300
- Integrate the back end with a database
- Level 399 (Optional)
- Stretch goals for the database if you have time
- Level 999 (Optional)
- More optional goals for if you have time
Here is an example solution of the Front End:
Here is an example solution for the Back End: