Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eveesilvaa/calculator-futuristic


https://github.com/eveesilvaa/calculator-futuristic

Last synced: about 3 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Futuristic Neon Calculator

Welcome to the **Futuristic Neon Calculator**! This stylish, modern calculator features a neon-themed UI and supports basic arithmetic operations. It's designed with a futuristic look and supports both mouse and keyboard interactions.

![Captura de tela 2024-11-02 214514](https://github.com/user-attachments/assets/b61df6ae-c70e-4127-8694-d78b97f29cda)

## Features

- Stylish neon design with interactive UI
- Supports basic arithmetic operations: addition, subtraction, multiplication, and division
- Handles keyboard input and button clicks
- Responsive design for various screen sizes

## Demo

You can see the live demo of the calculator [here](https://quicksilver-lab.github.io/Calculator-futuristic/).

## Installation

To run the calculator locally, follow these steps:

1. **Clone the repository**:

```bash
git clone https://github.com/yourusername/futuristic-neon-calculator.git
```

2. **Navigate to the project directory**:

```bash
cd futuristic-neon-calculator
```

3. **Open `index.html` in your browser**:

Simply double-click the `index.html` file to view the calculator in your web browser.

## Usage

### Keyboard Shortcuts

- **Number Keys (0-9)**: Enter numbers into the calculator.
- **Operators (+, -, *, /)**: Perform arithmetic operations.
- **Enter**: Calculate the result of the expression.
- **Escape**: Clear the display.
- **Period (.)**: Add a decimal point.

### Button Controls

- **C**: Clear the display.
- **%**: Percentage operation (can be used in expressions).
- **/ (Divide)**: Division operation.
- **x (Multiply)**: Multiplication operation.
- **- (Subtract)**: Subtraction operation.
- **+ (Add)**: Addition operation.
- **. (Decimal Point)**: Adds a decimal point to the number.
- **=**: Calculate the result of the expression.

## Contributing

We welcome contributions to improve the calculator! Here’s how you can help:

1. **Fork the repository** to your GitHub account.
2. **Create a new branch** for your feature or bug fix.
3. **Commit your changes** and push them to your forked repository.
4. **Open a pull request** with a clear description of your changes.

For more detailed guidelines, please check the [CONTRIBUTING.md](link-to-your-contributing-guidelines) file.

## License

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

---

Thank you for checking out the Futuristic Neon Calculator! We hope you find it useful and enjoyable. 😊