Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 455 Bytes

File metadata and controls

11 lines (7 loc) · 455 Bytes

Simple Calculator

A simple web-based calculator built with HTML, CSS, and JavaScript. This project was created following a tutorial from the Bro Code YouTube Video.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Clear button to reset the display.
  • Responsive design that adapts to different screen sizes.
  • Error handling for invalid calculations.