This project was bootstrapped with Create React App.
To use this application you can navigate to this github-page.
After cloning the project, install all the required npm packages using the npm install command.
Run the project with the npm start command and navigate to the http://localhost:3000.
Static analyze will run with it and you can see any lint errors in the console.
Also you can run test with the npm test command and see the result in your terminal.
