React Movie App using It’s a simple app that fetches movie data from an API, lets you search for movies, and manage your watchlist.
Key Features:
Fetching real-time data from the OMDb API
Movie search functionality
Add/remove movies from your personal watchlist
State management with Context API + useReducer
Persistent storage using localStorage
Responsive design and clean UI
Through this project, I learned how to:
Integrate external APIs (OMDb)
Handle global state with Context and useReducer
Sync app state with localStorage
Manage search inputs and real-time filtering API, Context API, useReducer & localStorage.