Movie Finder is a React-based web app that uses Appwrite and TMDB API to search and display trending movies. Users can search for any movie by name, and the system tracks the search count. The most searched movies appear in the "Trending Movies" section.
-
Search Movies: Fetch movies from the TMDB API.
-
Trending Movies: Track the most searched movies in the Appwrite database.
-
Appwrite Integration: Store and update search counts in the database.
-
Responsive UI: A modern and fast frontend built with Tailwind CSS.
-
Frontend: React, Tailwind CSS
-
Backend: Appwrite (Database & API calls)
-
API: TMDB API
-
Clone the Repository:
git clone https://github.com/Sarika2003/Movie-Finder.git cd movie-finder
-
Install Dependencies:
npm install
-
Setup Environment Variables:
VITE_APPWRITE_URL=your_appwrite_url VITE_APPWRITE_PROJECT_ID=your_project_id VITE_APPWRITE_DATABASE_ID=your_database_id VITE_APPWRITE_COLLECTION_ID=your_collection_id VITE_TMDB_API_KEY=your_tmdb_api_key
-
Run the Project:
npm run dev