Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.21 KB

Build Status codecov

Overview

This is a movie explorer application. You can view popular movies, set a movie in your favorite or watch later lists

This application uses The movie database as it's datasource.

Demo: https://master.d1cozvwafl977n.amplifyapp.com/

Available Scripts

To run your application, you will need to change REACT_APP_API_KEY to your api key from The movie database.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.

Improvements

  • Use the movie db api to add movies to watch later and favorite list.
  • Let the user rate movies.
  • Add more details to movie page.