Skip to content

lilwon/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Inspired by The Odin Project

Intro

A basic calculator. Extremely basic.

To-Do

Still a work in progress. Main operations are done.

  • Add more functionality to buttons
  • Add keyboard support
  • Add decimal numbers
  • Add divide by 0 error
  • Add backspace button