Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 400 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 400 Bytes

React-Calc

Calculator built with ReactJS

Install and run

  • Clone this repository
    git clone https://github.com/AmeliMeow/React-Calc
    cd React-Calc
    
  • Install dependencies
    npm install
    
  • Run application
    npm start