Skip to content

This is the test for the Buscapé Full Stack developer job

Notifications You must be signed in to change notification settings

vtorres96/buscape-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

buscape-challenge

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

How to install and run application

yarn

$ yarn install
$ yarn start

npm

$ npm install
$ npm run start

Listening port on 3000

$ http://localhost:3000/

Structure

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.

About

This is the test for the Buscapé Full Stack developer job

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published