🎬 Movie Explorer App 📌 Overview Movie Explorer is a fully responsive React application that integrates with The Movie Database (TMDB) API to display popular movies and allow users to search for movies in real time. Users can browse movie details and manage their favorite movies using React Context API.
✨ Features 🔥 Display Popular Movies (Live API Data) 🔎 Real-time Movie Search (API Integrated) 🎬 View Movie Details (Poster, Rating, Overview, Release Date) ❤️ Add / Remove Movies from Favorites 🌍 Global State Management using Context API 📱 Fully Responsive Grid Layout ⚡ Fast and Dynamic UI Updates 🛠 Tech Stack React (Functional Components + Hooks) Context API (State Management) Fetch API (Data Fetching) CSS Grid (Responsive Layout) 🌐 API Used Data provided by The Movie Database (TMDB) API.
⚙️ Installation Clone the repository:
git clone https://github.com/YaseenDeveloper1/Movie_App_React.git
Install dependencies:
npm install
Start development server:
npm start