javascript html css

Calculator

a simple calculator application using HTML, CSS, and JavaScript

โฑ๏ธ Time Breakdown

๐Ÿ“‹
Planning
~1 hours
๐Ÿ’ป
Coding
~2 hours
๐Ÿงช
Testing
~1 hours

๐Ÿ“Š Difficulty

easy

๐ŸŽ“ Learning Outcomes

  • โ€ข Working with REST APIs
  • โ€ข Managing application state
  • โ€ข Creating responsive layouts

Calculator

A calculator is a common tool that we use for basic arithmetic operations. In this project, you will create a simple calculator using vanilla JavaScript, HTML, and CSS.

Project Checklist

  • A display for showing the result of calculations
  • Buttons for the digits 0-9 and the basic arithmetic operations (+, -, *, /)
  • A way to clear the display and start a new calculation

Bonus Project Checklist Items

  • Can you add support for decimal numbers and the modulo operator?
  • Can you add support for more HARD calculations, such as square roots and exponents?
โ˜ฐ

Project Requirements

Progress Tracker 0 of 7 completed

Share Project