Skip to content

This movie application developed using Next.js for building production-ready web applications. This project showcases the power of Next.js features like server-side rendering, static site generation. To enhance user experience, the application incorporates state management and is styled using SCSS.

Notifications You must be signed in to change notification settings

Talibb1/Next-JS-Movie-Project

Repository files navigation

Movies

Movies Website

Movies is fully responsive website built using Next.js appDir feature

➥ Live Demo

About

This website is built using Next.js 13 and use TMDB API to fetch movie and TV serial data.

On this website, users can search for and explore movies and TV serials, as well as bookmark their favorites for easy access later. This website is also fully responsive, so it can be easily accessed and used on any device, including desktop computers, laptops, tablets, and smartphones.

To get started, you will need to obtain an API key from TMDB by creating an account on their website (https://www.themoviedb.org/). Once you have your API key, you can set it as an environment variable.

To run the website locally, clone the repository and run the following commands:

  1. Clone repository using git clone
     git clone https://github.com/Talibb1/Next-JS-Movie-Project.git
  2. Navigate to the project directory
     cd Next-JS-Movie-Project
  3. Install dependencies
     npm install
  4. Get your TMDB API key from here and set it as an environment variable in .env file
     TMDB_API_KEY=<your_api_key_here>
  5. Run the development server
     npm run dev

This will start the development server and the website will be available at http://localhost:3000.

About

This movie application developed using Next.js for building production-ready web applications. This project showcases the power of Next.js features like server-side rendering, static site generation. To enhance user experience, the application incorporates state management and is styled using SCSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published