A modern Movie App built with React 19 that fetches the latest and most popular movies using The Movie Database (TMDB) API. It also integrates Appwrite Database to store and track the top trending movies most searched by users.
- ✅ Built with React 19
- ✅ Real-time popular movies fetched from TMDB API
- ✅ Search & View detailed movie information
- ✅ Appwrite Database integration to store:
- Top trending movies
- Most searched movies by users
- ✅ Responsive UI with a modern design
- ✅ Movie details modal with:
- Poster
- Overview
- Ratings
- Release date
- Budget & Revenue
- Trailer (if available)
- React 19
- Vite
- TailwindCSS
- TMDB API
- Appwrite Database
- Axios
- Headless UI / Heroicons
git clone https://github.com/your-username/movie-app-react19.git
cd movie-app-react19
npm install
npm run dev