A simple, responsive calculator built using HTML, CSS, and JavaScript.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Clear (AC) and delete (DEL) functionalities.
- Responsive design with a modern and minimalistic UI.
-
Clone the repository:
git clone https://github.com/yourusername/calculator.git
-
Navigate to the project directory:
cd calculator
-
Open
calculator.html
in your browser to start using the calculator.
- Enter numbers and select operations using the provided buttons.
- Use the
AC
button to clear all input, and theDEL
button to delete the last entry. - Press the
=
button to calculate the result.
calculator.html
: The main HTML file containing the structure of the calculator.calculator.css
: The CSS file for styling the calculator.calculator.js
: The JavaScript file for adding functionality to the calculator.
Contributions are welcome! Please feel free to submit a pull request or open an issue to discuss potential changes.
- Fonts used in this project are imported from Google Fonts.
- Special thanks to the open-source community for providing tools and resources to help build this project.