Link to the project official page
#Project objectives
Build a simple calculator with HTML, CSS and JavaScript that can perform basic calculator functions and meet certain req:
- Add
- Subtract
- Multiply
- Divide
- Handle Zero division
- Add floating point numbers support
- Add del/backspace button
- Round long decimals
- Catch some input bugs
- Make the Calculator layout using HTML & CSS