This is a simple web application built with Next.js that displays a list of movies and TV series.
- 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
- Next.js
- React
- TMDB API for fetching movie and series data
To run this project locally, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/zaxchaxs/MovieList-With-NextJS
- Navigate to the project directory:
cd (your local directory)
- Install dependencies
npm install
- 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)"
- Start the development server:
npm run dev
- Open http://localhost:3000 in your browser to view the application.
Contributions are welcome! If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License.