Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jtcaovan/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Description

A basic calculator application modeled after the Apple calculator design.

Learning Outcomes

  • Solidify fundamental Vanilla JavaScript knowledge including:
    • DOM manipulation
    • Event listeners
  • CSS Grid

Features

  • Basic use of addition, subtraction, multiplication, division
  • Clear functionality
  • Displays error message if user divides by 0

Future Updates

  • Limit the amount of global variables
  • Refactor for cleaner, maintainable code - split code into multiple files
  • Add +/= functionality
  • Add % functionality
  • Add full keyboard support

Screenshots

Screen Shot 2021-07-01 at 3 22 02 PM

About

A basic calculator application modeled after the Apple calculator design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published