Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 366 Bytes

File metadata and controls

10 lines (8 loc) · 366 Bytes

Calculator

This app includes the basic functionality of a Calculator developed using React.js. This app was generated using Create React App.

Running the Application

  • Clone this repository
  • Change directory cd calculator
  • Install node modules npm install
  • Start the server npm start