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/
To run your application, you will need to change REACT_APP_API_KEY
to your api key from The movie database.
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.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
- 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.