Skip to content

Fahad-1515/MovieDB

Repository files navigation

MovieDB🍿🎬 - React Movie Website

A modern movie discovery website built with React, Vite, and Tailwind CSS.

Screenshot 2025-09-17 172839 Screenshot 2025-09-17 172918 Screenshot 2025-09-17 173028 Screenshot 2025-09-17 173229

Features

  • Browse trending, popular, top-rated, and upcoming movies
  • Search movies with real-time results
  • Add movies to watchlist (persists in localStorage)
  • Detailed movie information with cast and crew
  • Responsive design for all devices.

Setup

  1. Clone the repository
  2. Install dependencies: npm install
  3. Get a free API key from TMDB
  4. Create .env file and add your API key:
    VITE_TMDB_API_KEY=your_api_key_here
    VITE_TMDB_READ_ACCESS_TOKEN="your_read_access_token"
    
     # URLs (these remain the same)
    VITE_TMDB_BASE_URL="https://api.themoviedb.org/3"
    VITE_TMDB_IMAGE_BASE_URL="https://image.tmdb.org/t/p"

About

A Modern Movie🍿🎬 discovery website built with React, Vite, and Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published