/supermoviesrank

A tool to help you rank your fav. super hero movies and share the list. Made with React

Primary LanguageJavaScript

SuperMovies Rank

Built using:

  • React
  • React router
  • Bulma
  • themoviedb.org API

How to install

  • First of all, you need to copy .env.example to an actual .env file and fill the values
  • You'll also need a backend running with the API, you can use the complementary repo that has everything you need
  • If using yarn, then just run yarn in this repo's folder
  • Finally just run yarn start or npm start to run the react app