Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.25 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.25 KB

MovieBox

Welcome to "MovieBox"! This is a React app created using Vite that allows you to display movie details by making requests to the TMDB API.

Getting Started

Follow these steps to run the app on your local machine:

  1. Clone this repository:

    git clone https://github.com/your-username/moviebox.git
  2. Navigate to the project directory:

    cd moviebox
  3. Install dependencies using npm or yarn:

    npm install
    # OR
    yarn install
  4. Add your TMDB API key: Create a .env file and add the following

  5. Start the development server:

    npm run dev
    # OR
    yarn dev
  6. Open your browser and navigate to http://localhost:3000 to view the app.

Usage

  • Use this app to search for movies and display their details.
  • Explore movie information, including titles, release dates, genres, and more.
  • Enjoy watching movie trailers and learning about your favorite films.

Contributing

If you'd like to contribute to this project, please create an issue and make a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.