This is a movie database web application that allows users to explore movies, view movie details, and search for movies. The application uses the The Movie Database (TMDb) API to fetch movie data.
You will need an API key from TMDb to run this application. You can sign up for a free account and get an API key here.
- Clone this repository:
git clone https://github.com/strnadchristopher/theatre-mode.git
-
Create a
.envfile in the root directory of the project and add the following environment variables:VITE_API_KEY=your_moviedb_api_key
-
Start the Vite development server:
npm run dev
-
Navigate to
http://localhost:5435in your browser to view the application.




