Skip to content

devXprite/MoviesPrix

Repository files navigation

MoviesPrix

MoviesPrix - Movies Website

MoviesPrix is fully responsive website built using Next.js's 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/devXprite/MoviesPrix
  2. Navigate to the project directory
     cd MoviesPrix
  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.

Features

  • Fully responsive design
  • Search for movies and TV serials
  • Explore movies and TV serials by popular, top rated, and upcoming releases
  • Bookmark movies and TV serials for easy access later

Technologies Used

  • Next.js 13
  • React
  • Node.js
  • SCSS

ScreenShot

MoviesPrix

Contributions

If you would like to contribute to this project, please fork the repository and submit a pull request with your changes. All contributions are welcome and appreciated!

About

A Movie website built using Next.js 13, allowing users to search, explore, and bookmark their favorite films and shows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published