This is a Vite-based React project for searching and displaying movies using the TMDB API and Appwrite backend.
- Search movies and view trending titles
- Responsive UI
- Fast performance with Vite
- Clone the repository:
git clone https://github.com/Krish-TT/MoviFind-WebApp-Project.git cd MoviFind-WebApp-Project - Install dependencies:
npm install
- Add your API keys to
.env.local(see example below):VITE_TMDB_API_KEY=your_tmdb_api_key VITE_APPWRITE_PROJECT_ID=your_appwrite_project_id VITE_APPWRITE_DATABASE_ID=your_appwrite_database_id VITE_APPWRITE_COLLECTION_ID=your_appwrite_collection_id
Run the app locally:
npm run devTo create a production build:
npm run buildThe build files will be generated in the dist folder, ready to be deployed to your web server.
For deployment instructions, see your hosting provider's documentation.
Any Suggestions or Modifications are highly appreciated.