In the project directory, you can run:
Runs the app in the development mode.
Open (http://localhost:3000) to view it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
This project was bootstrapped with Create React App.
##Features Implemented
Load from API and display a list of videos in a scrollable horizontal carousel on the home page. Each tile must display a movie title and an associated cover image
User should be able to select a video and play it back in full screen. When playback is finished or user quits it, user must be taken back to home page.
Display second “Previously watched” carousel on the home page. It must be updated and re-sorted according to the most recently watched video.
The user should be able to use a mouse and keyboard (arrows/Enter keys) to select the video.
Layout size adjustment. The application must be able to adjust layout proportionally based on the desktop browser width.
Persistent storage of watched items in local storage.
Content list refresh button. Each click reloads content from API.