usePopcorn is a React application that connects to a public movie API to fetch and display movie data. With this app, you can search for movies, select them, and rate them based on your preferences. Additionally, you can view detailed information about each movie, including release date, ratings, cast, and more.
- Search Movies: Quickly find movies by searching through a vast database of titles.
- Select and Rate: Choose your favorite movies and rate them based on your experience.
- View Details: Explore detailed information about each movie, including synopsis, ratings, cast, release date, and more.
- Responsive Design: Optimized for both desktop and mobile devices, ensuring a seamless experience across all screen sizes.
- React: A JavaScript library for building user interfaces.
-
Clone the repository:
git clone https://github.com/JuliTheProgrammer/usepopcorn.git cd usepopcorn -
Install dependencies:
npm install
-
Run the application:
npm start
-
Open in your browser: Navigate to
http://localhost:3000to start using the app.
The app uses a public movie API to fetch data. Make sure to replace the API key placeholder in the code with your own API key, which you can obtain from the respective API provider's website.
Contributions are welcome! If you have suggestions, feature requests, or want to report bugs, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
Enjoy exploring and rating movies with usePopcorn! 🍿🎥