Web application built with React and JavaScript that displays top Disney movies and can create reviews for each movie.
It consumes Disney Movies REST API (https://api-disneymovies.onrender.com). To see full documentation, visit https://github.com/abraham-espinosa/disney-movies-api
Run this command in the root directory of your project to install all the dependencies listed in the package.json file:
npm install
Run this command in the root directory of your project to start locally the application:
npm start