Skip to content

A movie listing and favorites web app in React JS

Notifications You must be signed in to change notification settings

eclelucien/prime-flixx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prime-flixx - A movie Listing and Favorites App in React JS

Home Page:

Screenshot from 2023-09-01 23-48-47

Prime-flixx is a web application that allows users to browse and interact with movie data from The Movie Database (TMDb) API. Users can view a list of movies on the home page, click on a movie to see its details, add movies to their favorites, and view their favorite movies on a dedicated favorites page.

Detail page:

Screenshot from 2023-09-01 23-49-22

Table of Contents

Features

  • Browse a list of movies from TMDb API.
  • Click on a movie to view its details, including title, overview, release date, and more.
  • Add movies to your favorites list.
  • View your favorite movies on a dedicated favorites page.

Getting Started

Prerequisites

Before you start, make sure you have the following installed on your machine:

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/eclelucien/prime-flixx.git
    

Change to the project directory:

```
cd prime-flixx

Install the project dependencies:

```
npm install

Configuration

To configure the application to work with the TMDb API, you need to obtain an API key. Follow these steps:

Visit the TMDb website and sign up for an account.

After signing in, go to your account settings and navigate to the "API" section.

Create a new API key for your project. Make sure you have read access for movies.

Copy the API key and let's do it...

About

A movie listing and favorites web app in React JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published