A modern movie discovery application built with React that allows users to browse, search, and bookmark movies from the TMDB API.
- π₯ Browse popular, top-rated, and upcoming movies
- π Search movies by title
- π· Filter by genres, languages, and sort options
- π Bookmark favorite movies (persists in localStorage)
- π Light/Dark theme toggle
- π± Responsive design
- π Read more/less functionality for movie descriptions
- π View movie ratings
- π Infinite pagination
- React (Functional Components with Hooks)
- Axios for API requests
- The Movie Database (TMDB) API
- CSS for styling
- LocalStorage for persisting bookmarks and theme preference
- Node.js (v14 or higher)
- npm (v6 or higher)