Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.24 KB

Demo

Ecomm-Shopz

Movie Search App

The Movie Search App is a user-friendly platform built with React. It integrates with the TMDB API to provide real-time movie data, offering a seamless experience for movie enthusiasts to explore their favorite films.

Prerequisites

Before you begin, ensure you have met the following requirements:

Running the App

To run this app, follow these steps:

  1. Clone this repository.

  2. Navigate to the project directory.

  3. Create a .env file in the root of your project.

  4. Add the following line to your .env file:

    VITE_API_KEY=Your_TMDB_API_Key
    

    Replace Your_TMDB_API_Key with your actual TMDB API key.

  5. Install the project dependencies by running:

    npm install
    
  6. Start the development server by running:

    npm run dev
    

The application should now be running locally.