Skip to content

gmcga/calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

calc

Simple calculator web app made for fun/practice

Description

Calculator web app built using HTML, CSS, and JavaScript. Allows users to perform basic arithmetic operations like addition, subtraction, multiplication, and division. It features an easy-to-use interface with clickable buttons for digits, operators, delete, and clear.

Features

  • Addition, subtraction, multiplication, division.
  • Displays calculations on a "screen", prevents input overflow.
  • Prevents leading zeros and limits input to a specific length.
  • Buttons to delete the last character or clear the screen.

Todo

  • Separate the answer and the new input to separate screens
  • Allow for inputs greater than the screen width in size
  • Add more operations
  • Make the UI prettier, toggleable dark/light mode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors