Skip to content

hamunt/reactcalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactcalculator

Basic React Calculator

Run locally in your computer

open the terminal window and type the following commands

$ git clone https://github.com/Harun281/reactcalculator.git
$ cd reactcalculator
$ npm install // Installs the project dependenciers
$ npm start // will start a local development server at localhost:3000

Wanna want to test it online go to https://basic-react-calculator.netlify.app/

Feel free to report any issue/bug with the app