Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 782 Bytes

File metadata and controls

25 lines (15 loc) · 782 Bytes

Calculator

This is a simple web-based calculator that performs basic arithmetic operations. You can access it here: Calculator.

Features

  • Addition, subtraction, multiplication, and division operations
  • Clear (C) and delete (DEL) functions
  • Responsive design for various devices

Usage

  1. Open the calculator in your web browser.
  2. Use the on-screen buttons to input numbers and operations.
  3. Click '=' to see the result.
  4. Use 'C' to clear all input and 'DEL' to delete the last entry.

Development

This project is built using HTML and CSS. It serves as a practical exercise in creating interactive web applications.

Acknowledgements

Thank you to all users and contributors who have supported the development o