Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/withaarzoo/neumorphism-calculator

This repository contains the code for a simple neumorphism-styled calculator built using HTML, CSS, and JavaScript.
https://github.com/withaarzoo/neumorphism-calculator

codewithaarzoo css html javascript

Last synced: about 12 hours ago
JSON representation

This repository contains the code for a simple neumorphism-styled calculator built using HTML, CSS, and JavaScript.

Awesome Lists containing this project

README

        

# Neumorphism Calculator

This repository contains the code for a simple neumorphism-styled calculator built using HTML, CSS, and JavaScript .

## Preview
![preview](https://github.com/withaarzoo/Neumorphism-Calculator/assets/59678435/89bcd627-307a-4c2f-8fbc-0cc1ece89210)

## Description

The calculator has a sleek design with neumorphism (soft UI) aesthetics. It performs basic arithmetic operations such as addition, subtraction, multiplication, and division.

## Usage

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.

## Features

- 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.

## Files

- `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.

## Dependencies

- [GSAP](https://greensock.com/gsap/): A JavaScript animation library used for adding animation effects to the calculator.

## How to Contribute

1. Fork the repository.
2. Make your changes.
3. Submit a pull request.

## Credits

- **Developer**: [Aarzoo](https://twitter.com/withaarzoo)
- **Animation Library**: GSAP

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.