Skip to content

acolima/cinematek

Repository files navigation

Cinematek

Keep track of the movies you've watched and create your own movies lists!

All the movies informations are provided by The Movie Database

Deployment: Cinematek

Implemented features

  • See a list with the trending movies of the week
  • Find a movie by it's name
  • See some informations about that movie
  • Add a movie as watched and favorite or add to your watchlist
  • Create your own lists

Technologies

React React-Router-Dom Axios Material UI

How to run

  1. Clone this repository
git clone git@github.com:acolima/cinematek.git
  1. Go to the project directory
 cd cinematek
  1. Install dependencies
npm i
  1. Run project with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your browser (port number may vary in some cases)

  2. The URLs used for the requests must be placed in some enviroment variable in the .env file (see .env.example file)

  3. You can check the back-end repository of this project at Cinematek API and follow the instructions to run

Author

Github LinkedIn Gmail

About

Keep track of the movies you've watched and create your own movies lists!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published