Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.08 KB

Welcome to the Card Checker Tool (React version) 💳

Check the the initial prototype, go to Figma.

About The Project

This project started as a JavaScript practice from Codecademy (JS Syntax Part II / Challenge: Credit Card Checker) to test on console, I decided to bring it to life giving it web functionality. Some extra features such as Credit Card Generation and validations have been added to the initial logic.

This project started as a JavaScript practice from Codecademy (JS Syntax Part II / Challenge: Credit Card Checker) to test on console, I decided to bring it to life giving it web functionality. Some extra features such as Credit Card Generation and validations have been added to the initial logic.

Getting Started ⚙️

  • Clone this repo:

    git clone git@github.com:fjosue4/card-checker-react.git
  • Install dependencies

    npm install
  • Run it

    npm start

This runs the app in the development mode. Open http://localhost:3000 to view it in the browser.