A React-based movie application that allows users to browse and search for movies using The Movie Database (TMDb) API. Movie App π¬ is a sleek and user-friendly React application that allows users to browse, search, and discover movies using The Movie Database (TMDb) API. With an intuitive UI, real-time movie data, and responsive design, this app provides a seamless experience for movie enthusiasts.
- Browse popular movies
- Search for movies
- View detailed movie information
- Responsive UI
- Firebase authentication (if included)
- Toast notifications
- Frontend: React, React Router, Tailwind CSS
- State Management: Context API
- API: The Movie Database (TMDb)
- Authentication: Firebase (if applicable)
src/
βββ assets/ # Images & icons
βββ auth/ # Firebase authentication setup
βββ components/ # Reusable UI components (Navbar, MovieCard)
βββ context/ # Context API for global state management
βββ helper/ # Utility functions
βββ pages/ # Main pages (Login, Register, Main, MovieDetail)
βββ router/ # Application routing
βββ App.js # Main App component
βββ index.js # Entry point