usePopcorn is a movie discovery and tracking app where you can search for IMDb movies, view their details, and keep a personal watched list with your own ratings.
- Movie Search: Look up movies directly from the IMDb API.
- Detailed View: See movie information including title, release date, IMDb rating, runtime, and a short summary.
- Personal Ratings: Add your own rating to movies you�ve watched.
- Watched List: Track the movies you�ve rated and view statistics like average rating and total runtime.
- Responsive Design: Clean dark UI that works across devices.
-
Clone the repository:
git clone https://github.com/yourusername/usepopcorn.git cd usepopcorn
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Build for production:
npm run build
Check out the live version here: usePopcorn on Vercel
Contributions are welcome. Feel free to submit a pull request or open an issue to discuss new features or bug fixes.