Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 241 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 241 Bytes

React Calculator WebApp

Simple Calculator web app using react. Performs basic arithmetic operations /, *, +, -.

Setup:

git clone https://github.com/mahakal/react-calc-app/
cd react-calc-app
npm i

Running:

npm start