Skip to content

zaxchaxs/MovieList-With-NextJS

Repository files navigation

Movie and Series List

This is a simple web application built with Next.js that displays a list of movies and TV series.

Features

  • View a list of popular, top rated, and up coming movies & series
  • Search for specific movies or series
  • View details of each movie or series, including description, release date, and rating

Technologies Used

  • Next.js
  • React
  • TMDB API for fetching movie and series data

Getting Started

To run this project locally, follow these steps:

  1. Clone this repository to your local machine:
    git clone https://github.com/zaxchaxs/MovieList-With-NextJS
    
  2. Navigate to the project directory:
    cd (your local directory)
    
  3. Install dependencies
    npm install
    
  4. Create a .env.local file in the root directory of the project and add your API key (if needed):
    NEXT_PUBLIC_API_KEY: "(Your API KEY)",
    NEXT_PUBLIC_API_BASE_ENDPOINT: "(Your API URL)"
    NEXT_PUBLIC_API_ACCESS_TOKEN: "(Your Access Token, you can get this in the TMDB API)"
    
  5. Start the development server:
    npm run dev
    
  6. Open http://localhost:3000 in your browser to view the application.

Contributing

Contributions are welcome! If you would like to contribute to this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.