This is a [REACT.js](https://reactjs.org/) project bootstrapped with [`create-react-app`](https://github.com/facebook/create-react-app).
Installation:
$ npm install
or alternatively,
$ yarn install
Running:
Open one terminal and execute the following command:
$ npx json-server --watch -p 3333 server.json
Open another temrinal to start the frontend:
$ npm run start
or alternatively,
$ yarn start
Selecting name:
Selecting category:
Category dropdown
Guilherme Eckert