fedgut / Calculator

A React calculator made specifically to match the design requirements stated in the brief.

Home Page:https://fedgut-calculator.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A JS calculator app made with React

Built With:

  • Javascript
  • React

Author

Live Version

Run it

In the command line run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Using the App

Input a number, then an operation, then the next number. Click = to complete operation.
AC clears the state.
+/- inverts the sign of the current number.
% divides the current number by 100.

About

A React calculator made specifically to match the design requirements stated in the brief.

https://fedgut-calculator.herokuapp.com/


Languages

Language:JavaScript 74.0%Language:HTML 18.9%Language:CSS 7.1%