Welcome to UsePopcorn, a React project that allows you to fetch movie details, explore genres, view cast information, and manage your watchlist by adding or removing movies.
-
- Use the search bar to enter the name of a movie and fetch its details including genres and cast.
- Display important information about the movie such as title, release year, runtime, and plot synopsis.
-
- Find out more about the cast members of a movie, including their names and roles.
-
- Add movies to your watchlist by clicking the Add to Watchlist button.
- This allows you to keep track of movies you want to watch later.
-
- Rate movies by assigning a star rating (out of 10).
- Your ratings will be saved locally and can be used to track your preferences.
-
- Remove movies from your watchlist if you no longer wish to keep them.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment