A Movie App project developed using React, Tailwind CSS, and Appwrite.
You can check out the live site here:
👉 https://movie-app-cma124.netlify.app
Users can:
- View movie posters and detailed information
- Search for movies using keywords
- See trending movies based on search frequency
- Frontend UI built with React and styled using Tailwind CSS
- Movie data fetched from the TMDB API, including posters and details
- Appwrite used as a backend service to track and store frequently searched movies
- Debounced input using
use-debounceto optimize search performance
- TMDB – Movie API
- Appwrite – Backend as a Service
- use-debounce – Debounce input handling
- JavaScript Mastery YouTube Tutorial – Project reference