Skip to content

mkdrx/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Calculator

calc

Based on WebDevSimplified

  • Clone the project
  git clone https://github.com/mkdrx/calculator.git
  • Go to the project directory
  cd calculator
  • Install dependencies
  npm install
  • Run dev
  npm start