A modern React app to search, explore, and rate movies using the OMDB API. This app uses React hooks for managing state and side effects, along with clean and modular UI components.
🔗 Live Demo: usepopcorn-eight.vercel.app
- 🔍 Search for movies using OMDB API
- ⭐ Add movies to a "Watched" list and rate them
- 🎬 View detailed movie information
- 💾 Data persists using local storage
- ⚡ Fast and responsive design
- React (Hooks + Functional Components)
- OMDB API
- Tailwind CSS (optional: if used)
- Local Storage API
src/ │ ├── components/ # Reusable UI components ├── hooks/ # Custom React hooks ├── App.js # Main application logic └── index.js # Entry point
This project is for educational and portfolio use.
- GitHub: @MohamedElgazwy
- LinkedIn: mohamedelgazwy
