This is the test for the Buscapé Full Stack developer job
It was developed with React.js in frontend.
Repository used as reference: https://github.com/buscape-company/exercicios/tree/master/frontend
See it working: https://github.com/vtorres96/buscape-challenge
$ yarn install
$ yarn start
$ npm install
$ npm run start
$ http://localhost:3000/
The basic structure of this challenge is given in the following way:
node_modules/
Contains all dependencies fetched via NPM. However, this directory is unnecessary for versioning, so it is ignored.
public/
Contains all the static files you use in your application, this is where you store your front-end files.
.gitignore
The .gitignore file specifies intentionally untracked files that Git should ignore.
package.json
Lists all Node.js dependencies.
README.md
Explains how your application works.