Skip to content

niltonxp2/simple-checkout-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple checkout process

Screenshots

cart payment confirmation

Technologies

This project was made using the follow technologies:

Getting started

# Clone Repository
$ git clone git@github.com:niltonxp2/simple-checkout.git && cd test-front

# Install Dependencies
$ yarn or npm i

# Run Aplication
$ yarn start or npm start

Go to http://localhost:3000/ to see the application running.

Running tests

$ yarn test

# Run with --coverage to generate a new coverage report
$ yarn coverage

Contributing

  • Fork this repository;
  • Create a new branch to develop your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: my new feature';
  • Push to your branch: git push origin my-feature.

Made with 💖 by Ivanilton Bezerra.

About

Focusing to practice unit tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published