Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.15 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.15 KB

Model Application Credit Card With React

This project developed as a form of study using some libraries that the job market asked for today, containing a good structure of files and organization of code. Run the application and be happy.

Getting Started

# clone it
  git clone https://github.com/caioorg/card-credit-react
  cd card-credit-react

# Make it your own
  rm -rf .git && git init

# Install dependencies
  yarn install

# Start project development
  yarn start

# If you want to start production
  yarn build

# To run the tests. *(Note: to run the application tests you must be running)*
  yarn test

Number of Test Cards

# American Express: 378282246310005
# Dinners Club: 30569309025904
# MasterCard: 5555555555554444
# Visa: 4111111111111111
# Elo: 4514160000000008
# HiperCard: 3841001111222233334

License

MIT