Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

matfire/Rate-Your-Movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rate Your Movie

Ever wanted to keep track of your favorite movies, see what other people think and your rated movies? Well, there you go!

Features

  • Trending, Playing and Upcoming Movies Updated dayli

  • A Detailed Description of each movie and celebrity

  • Create your own lists to group movies together

  • All the data is translated in your language

  • Powered by The Movie Database

  • Proxied through a caching server to reduce api calls (you can look at it in the "cache" branch)

Developpement

This application uses yarn as a package manager, but you're free to use npm if you wish.

Install Dependencies

npm install or yarn install

To start

npm start or yarn start