Simple Calculator
A clean and functional calculator built with pure HTML, CSS, and JavaScript. Supports operations: +, -, ×, ÷, %, clear (AC), delete (DEL), and equals (=). Interactive buttons update a read-only display for a smooth user experience. Ideal for beginners practicing DOM manipulation and event handling.

A clean and functional calculator built with pure HTML, CSS, and JavaScript. Supports operations: +, -, ×, ÷, %, clear (AC), delete (DEL), and equals (=). Interactive buttons update a read-only display for a smooth user experience. Ideal for beginners practicing DOM manipulation and event handling.