Skip to content

Noor291/Moviepedia

Repository files navigation

Moviepedia

A website utilizing Axios and the TMDB API to offer users detailed information on TV shows and movies.

Demo

Check out the live demo of the application here.

image image

Installation

To run the project locally, follow these steps:

  1. Clone the repository:

     https://github.com/Noor291/Moviepedia.git
    
  2. Navigate to the project directory:

    cd Book-My-Show-Clone
    
  3. Install dependencies:

    npm install
    

Usage

Once the installation is complete, you can start the development server:

npm start

Visit http://localhost:3000 in your web browser to access the application.