Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 378 Bytes

File metadata and controls

22 lines (13 loc) · 378 Bytes

React-Calculator

A web app which is use to perform simple arithmetic operation and it is completely based on React JS library.

This is output look..

pre-requisite

  • NodeJS
  • NPM

Steps to run on localhost

  • Download everything on your machine
  • Open terminal for the folder where files are saved
  • Run command

npm install

then

npm start