This is a React app built with Vite and styled using Tailwind CSS that uses the TMDB API for fetching, searching, and displaying trending movies. It features a debounced search for optimized query performance, making movie discovery seamless and efficient.
- 🔜 Movie Recommendations: Displays similar movies based on user preferences.
- 🎥 Movie Fetching: API to fetch movie data.
- 🗂️ Movie Display and Genre Fetching: Display movies and their genres using a clean and intuitive UI.
- 🔎 Optimized Movie Search: Search functionality with debounce to prevent excessive API calls.
- 📊 Trending Movies Section: Dedicated section for trending movies.
- Clone the repository:
git clone https://github.com/adityacyan/Movie-App.git- Navigate to the project directory:
cd movie-app- Install dependencies:
npm install- Start the application:
npm run devThe application uses a movie database API to fetch data. Make sure to configure your API key in a .env file:
VITE_TMDB_API_KEY=your_api_key_hereContributions are welcome! Please fork the repository and submit a pull request.
Developed by adityacyan.