Skip to content

saleek-pa/Movie-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie and TV Shows

This project is a movie and series website built using React, Redux, and the TMDB (The Movie Database) API. Users can discover movies and series, apply various filters, add to watchlist, mark as watched, and provide ratings. The system also recommends movies based on the user's watch history.

Table of Contents

Getting Started

Prerequisites

Installation

Clone the repository

  git clone https://github.com/saleek-pa/Movie-API

Navigate to the project directory

  cd Movie-API

Install dependencies

  npm install

Usage

Configuration

Create a .env file in the root directory.

  REACT_APP_ACCESS_TOKEN_AUTH = your_access_token_auth

Replace your_access_token_auth with the 'Access Token Auth' obtained from TMDB.

Running the App

  npm start

Technologies Used

  • React
  • Redux
  • TMDB API

Screenshots

Home Page

Details Page

Contributing

If you'd like to contribute, please fork the repository and create a new branch. Pull requests are welcome!