Skip to content

JoseTobias/buzzvel-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buzzvel Qr Code

This project was developed aiming the frontend position in Buzzvel, so you can see all requirements in the pdf of the follow link: requirements

Link to production website: https://dazzling-qr-code.netlify.app

Dependencies

First of all don't forget install the dependencies ruining the following command: npm install

After that you need to provide the .env file with REACT_APP_BASE_URL which is the base url of your project, for instance http://localhost:3000.

With that your project are read to run the next steps (execution, test and build)

Available Scripts

In the project directory, you can run:

npm start

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.

npm run test:coverage

Runs the coverage of the application, if you want to check the page follow the steps:

  • Run the coverage command
  • Go to ./coverage/lcov-report and open the index file in your browser

The coverage of this application is around 94%

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published