This project was bootstrapped with Create React App.
In the project directory, you can run:
Install all the dependencies for the project.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can find a folder called 'components'. There are all the components that conforms the project. Also, exists the folder 'common' with the file 'API.js', where you can find the HTTP requests. In 'App.js' you can find the Router, you can add new routes importing the component to use, and establishing a name for the rout.