This is a second version of the exercise that map users with their favorite movies with an additional React component to make the app more modular.
Exercise instructions can be found in instructions.md.
To install and run the project just go to the root path of the repository and type:
- run npm install
- run npm start
This project was bootstrapped with Create React App.