Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 799 Bytes

File metadata and controls

24 lines (14 loc) · 799 Bytes

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