Build a Basic Calculator using 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