Skip to content

IEdiong/movie-box

Repository files navigation

Movie-Box

Welcome to the Movie-Box App! This web application leverages the power of Next.js and the TMDB API to provide you with a seamless and immersive movie-watching experience. Whether you're a movie enthusiast or just looking for your next film to watch, this app has you covered.

Table of Contents

Getting Started

Tech Stack

  • Frontend: React.js, Next.js
  • Styling: Chakra-UI
  • APIs: TMDB API (The Movie Database)
  • Deployment: Vercel
  • Version Control: Git, Github

Prerequisites

List any prerequisites or dependencies that need to be installed before running the application. For example:

Installation

  1. Clone the repository:

    git clone https://github.com/IEdiong/movie-box.git

This is a Next.js project bootstrapped with create-next-app.

  1. Navigate to the project directory:

    cd movie-box
  2. Install project dependencies:

    npm install

Running the Application

After completing the installation steps, you can run the application using the following command:

npm run dev

The development server will start, and the application will be accessible at http://localhost:3000

License

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