This repository contains the code for a simple neumorphism-styled calculator built using HTML, CSS, and JavaScript .
The calculator has a sleek design with neumorphism (soft UI) aesthetics. It performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
To use the calculator, simply open the index.html
file in a web browser. Click on the buttons to input numbers and perform operations. The result will be displayed in the result box.
- Neumorphism design for modern UI aesthetics.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Clear button (AC) to reset the calculator.
- Memory clear button (MC).
- Percentage calculation button (%).
- Equal button (=) to evaluate the expression.
- Responsive design for various screen sizes.
index.html
: HTML file containing the structure of the calculator.style.css
: CSS file for styling the calculator interface.script.js
: JavaScript file for adding functionality to the calculator.
- GSAP: A JavaScript animation library used for adding animation effects to the calculator.
- Fork the repository.
- Make your changes.
- Submit a pull request.
- Developer: Aarzoo
- Animation Library: GSAP
This project is licensed under the MIT License - see the LICENSE file for details.