Skip to content

Krish-TT/MoviFind-WebApp-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoviFind WebApp

This is a Vite-based React project for searching and displaying movies using the TMDB API and Appwrite backend.

Features

  • Search movies and view trending titles
  • Responsive UI
  • Fast performance with Vite

Setup

  1. Clone the repository:
    git clone https://github.com/Krish-TT/MoviFind-WebApp-Project.git
    cd MoviFind-WebApp-Project
  2. Install dependencies:
    npm install
  3. 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

Development

Run the app locally:

npm run dev

Build for Deployment

To create a production build:

npm run build

The 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.

About

Beginner level Project made with React JS (Movie Searching App). Note: Direct link to demo may be down

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors