Skip to content

mkchahal/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A simple calculator built in React. The design of the buttons is taken from IPhone's default calculator.

Tech Stack

React SASS

Demo

Project is deployed at calculator-mkc.netlify.app

calculator_demo.mov

Installation

Clone down this repository. You will need node and npm installed globally.

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000