Build a Basic Calculator using JavaScript

M
Mango1123

JavaScript

Create a basic calculator using HTML, CSS, and JavaScript.

Requirements:
- Must support addition, subtraction, multiplication, division
- Must have a display screen
- Must handle decimal values
- UI should be clean and usable

Bonus:
- Keyboard support
- Clear and delete buttons

No solutions

Why not be the first to submit a solution to this challenge?