Skip to content

amoriqbal/Calculator-ReactJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Instructions to run: Note: You need npm installed in your system to use this Calculator.

  • Clone the project into your local system using git clone https://github.com/amoriqbal/Calculator-ReactJs.git
  • Open a terminal in the project directory
  • Install the dependencies with npm install
  • Run the app on localhost:3000 with npm start
  • Open your browser and type in http://localhost:3000 in the url bar.

Copy pasting the following code on your terminal should do the whole job automatically:

git clone https://github.com/amoriqbal/Calculator-ReactJs.git ./Calculator
cd Calculator
npm install
npm start

Open your browser and type in http://localhost:3000 in the url bar.

About

A basic calculator with history of results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published