Simple calculator web app made for fun/practice
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.
- 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.
- 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