Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 354 Bytes

File metadata and controls

20 lines (13 loc) · 354 Bytes

Simple React Calculator

This is a simple react calculator project bootstrapped with create-react-app

Getting Started

Clone the project into local. Install all the NPM packages.

npm install

To run the application type

npm start

Open http://localhost:3000 with your browser to see the result.