Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prwt888 authored Nov 4, 2023
1 parent cce13e8 commit da829e8
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,27 @@

## Features:

- **Basic Calculations**: Perform addition➕, subtraction➖, multiplication✖, and division➗ with ease.
- **Responsive Design**: The calculator's interface is fully responsive,
- **Keyboard Input**: For a more efficient experience, keyboard inputs are mapped to calculator buttons. You can perform calculations without having to click on the calculator's buttons.
- **Custom Fonts**: Utilize a digital-style font, *'Digital7Italic'*, to give the calculator a unique and *thematic* look.
**Basic Calculations**: Perform remainder(modulo)**%**,addition➕, subtraction➖, multiplication✖,division➗ with ease.
**Responsive Design**: The calculator's interface is fully responsive,
**Keyboard Input**: For a more efficient experience, keyboard inputs are mapped to calculator buttons. You can perform calculations without having to click on the
calculator's buttons.
**Classic calculator font**: Utilize a digital-style font, *'Digital7Italic'*, to give the calculator a unique and *thematic* look.

## Design

*The calculator features a night-theme background, with a subtle glow effect on buttons upon interaction, creating an immersive experience. The interface scales to retain its appearance across different zoom levels, ensuring that it looks great at both 67% and 100% zoom in web browsers*.
*The calculator features a night-theme background🌃, with a subtle glow effect🌟 on buttons upon interaction, creating an immersive experience. The interface scales to retain its appearance across different zoom levels, ensuring that it looks great at both 67% and 100% zoom in web browsers*.

## Keyboard Shortcuts

To enhance user experience, the following keyboard shortcuts have been integrated:

- **Numbers (0-9) and Decimal (.)**: Directly input numbers into the calculator.
- **Operations (+, -, *, /)**: Use these keys for basic mathematical operations.
- **Enter**: Functions like the equals (=) button, displaying the calculation result.
- **Backspace**: Deletes the last digit entered, similar to the 'DEL' button on the calculator.
- **Shift + Backspace**: Clears all input, equivalent to the 'AC' (All Clear) button.
🌟**Numbers 1️⃣,2️⃣,3️⃣,4️⃣,5️⃣,6️⃣,7️⃣,8️⃣,9️⃣,0️⃣ and Decimal(.)**: Directly input numbers into the calculator.
🌟**Operations (➕,➖,✖,➗, %)**: Use these keys for basic mathematical operations.
🌟**Enter**: Functions like the equals (=) button, displaying the calculation result.
🌟**Backspace 🔙**: Deletes the last digit entered, similar to the 'DEL' button on the calculator.
🌟**Shift + Backspace🔙**: Clears all input, equivalent to the 'AC' (All Clear) button.

## Installation

No installation is required. Simply visit the link mentioned above to the hosted page to use the calculator. For local use, clone the repository and open the `index.html` file in a web browser.
Noinstallation is required. Simply visit the link mentioned above to the hosted page to use the calculator!. For local use, clone the repository and open the `index.html` file in a web browser.

## Contributing

We welcome contributions to improve the application. If you have a suggestion or want to report a bug, please open an issue or submit a pull request.

0 comments on commit da829e8

Please sign in to comment.