A modern React application to search for movies, view details, and manage user favorites. Built with Vite, React, Tailwind CSS, and Appwrite for backend services like authentication and database.
This is a full-featured movie search application that allows users to:
- Search for movies
- View detailed information
- Authenticate via Appwrite
- Save favorites (planned)
- Receive recommendations (planned)
The application is styled using Tailwind CSS and powered by Vite for fast development and build times. Appwrite handles all backend functionality including authentication, database storage, and more.
- React
- Vite
- Tailwind CSS
- Appwrite
- Movie API (TMDb or OMDb)
- Search for movies
- View movie details (plot, ratings, etc.)
- Responsive design
- Authentication (Appwrite)
- Add to favorites (coming soon)
- Movie recommendations (coming soon)
- Clone the repository
git clone https://github.com/your-username/react-movie-app.git
cd react-movie-app
npm install