/react-movies

Primary LanguageJavaScript

React Movies

A react application that uses YTS.mx API to show info about movies.

Stack

  • ReactJS
  • Redux
  • React Router
  • Axios
  • SCSS

Setup

  1. Clone this repo and go to the cloned folder.
$> git clone https://github.com/cvine21/react-movies.git && cd react-movies
  1. Install all the dependencies
$> npm install
  1. Run the application
$> npm start