A modern movie browsing application built with React and Vite, powered by the TMDB (The Movie Database) API.
Users can explore popular movies, search for films, and view detailed movie information.
(Add your deployed link here later — Vercel / Netlify)
- ⚛️ React
- ⚡ Vite
- 🟨 JavaScript
- 🎨 Tailwind Css
- 🎞️ TMDB API
- 🔥 Browse popular and trending movies
- 🔍 Search movies by title
- 📄 View movie details (poster, overview, rating, release date)
- 📱 Responsive design
- ⚡ Fast performance with Vite
(Add screenshots here later)
This project uses the TMDB API.
You must create a .env file in the root directory.
VITE_TMDB_API_KEY=your_tmdb_api_key_here
🧩 Installation & Setup
Follow these steps to run the project locally:
# Clone the repository
git clone https://github.com/your-username/your-repo-name.git
# Navigate to project folder
cd your-repo-name
# Install dependencies
npm install
# Start development server
npm run dev
Open your browser and visit:
http://localhost:5173
🌐 TMDB API Reference
Website: https://www.themoviedb.org/
API Docs: https://developer.themoviedb.org/docs
📌 Future Improvements
⭐ Add favorites / watchlist
📄 Pagination or infinite scroll
🎭 Filter by genre
🔐 User authentication
🌙 Dark mode
👨💻 Author
Tejas
Student | Learning MERN Stack & GenAI
📄 License
This project is for learning and educational purposes.