Skip to content

strnadchristopher/theatre-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theatre Mode

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.

Screenshots

Explore Screen

Screenshot 1

Screenshot 2

Movie Details Screen

Screenshot 3

Screenshot 4

< align="center"> Screenshot 5

Installation

  1. Clone this repository:
    git clone https://github.com/strnadchristopher/theatre-mode.git
  1. Create a .env file in the root directory of the project and add the following environment variables:

    VITE_API_KEY=your_moviedb_api_key
  2. Start the Vite development server:

    npm run dev
  3. Navigate to http://localhost:5435 in your browser to view the application.

About

Movie Database web application in React + Vite. An exercise in UI design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors