Skip to content

katesteinmeyer/calculator-exercise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Exercise

Part 1

  1. Fork this repo
  2. On your local machine, clone the forked repo
  3. Create the calculator below only using javascript.
  4. Push your changes to github

Part 2

Make the calculator functional

  1. Addition and Subtraction: When the ‘+’ or ‘-’ button is pushed, it adds/subtracts the current number displayed to the next inputted number.
  2. Pressing the ‘=’ button shows the sum.

About

barebones html and css for calculator exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.1%
  • CSS 27.9%
  • HTML 10.0%