Skip to content

sztupy/Full-Stack-Project-Assessment

 
 

Repository files navigation

Video Recommendation App

Solution

This is an example solution for the project described below.

You can check the deployed projects on the following websites:

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 and deploy Full Stack application.

Challenge

In this project you will be building 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.

Levels

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 can build a working project without them. However, to make something really impressive you will need to complete as much as you can.

Week 1 - Frontend

  • Level 100
    • A core version of the React frontend of the app
  • Level 150
    • Deploying your application to make it available for others to see
  • Level 199 (Optional)
    • Stretch goals for the frontend if you have time

Week 2/A - Database

  • Level 200
    • Designing the database schema
  • Level 250
    • Deploying the database so it's available online

Week 2/B - Backend

  • Level 300
    • Creating the Node+Express.JS based backend of the application
  • Level 350
    • Deploying the backend for others to see
  • Level 399 (Optional)
    • Stretch goals for the backend if you have time

Week 3 - Full Stack

  • Level 400
    • Integrate the frontend with the backend
  • Level 450
    • Verifying deployment and making sure your application is available
  • Level 499 (Optional)
    • Stretch goals for your project if you have time

Sample Solution

Here is an example solution for both frontend and backend:

https://video-recommendations-cyf.netlify.app/

Note: You can design the website to look however you like.

Design

You are welcome to use Bootstrap 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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 5.0%
  • Dockerfile 1.8%
  • HTML 0.9%