Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 621 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 621 Bytes

Welcome!

Here is a small arithmetic calculator built with the React library.

How to run it on your local machine :

  • Clone this repo into your directory of choice
  • Check that you have npm downloaded, if not check this link download npm
  • npm install
  • npm start

If npm doesn't automatically redirect you open http://localhost:3000/ after running npm start

Take a quick look:

Screen Shot 2022-11-11 at 2 34 11 AM