Skip to content

emjose/calculator-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

previous 100 days of code next

React Calculator


React Calculator

Table of Contents


#100DaysOfCode

Day 19: February 27, 2021

  • I looked into three different ways of coding a calculator.

  • I also read great blogs about calculator design and calculator UI.

  • This calculator was made with React. See the Vue.js and Vanilla-tilt.js versions.


Installation

1. Git clone and cd into the repo folder:

git clone git@github.com:emjose/calculator-react.git && cd calculator-react

2. Install dependencies:

npm install

3. Run the command:

npm start

4. Once running, the calculator is best viewed at 67% or smaller in the browser.


Live Site

Live Site

• The React Calculator is a progressive web app.

• The React Calculator's interface is modeled after the iPhone native calculator.


Resources


Let's Connect!

Twitter badge Linkedin badge Medium badge Instagram badge Gmail badge Portfolio badge Github badge

Back to Top