Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nof1eld/ios-inspired-calculator
An iOS inspired calculator built with javascript
https://github.com/nof1eld/ios-inspired-calculator
calculator css-grid css3 html5 ios javascript
Last synced: 29 days ago
JSON representation
An iOS inspired calculator built with javascript
- Host: GitHub
- URL: https://github.com/nof1eld/ios-inspired-calculator
- Owner: nof1eld
- Created: 2024-06-15T16:28:19.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T21:44:28.000Z (8 months ago)
- Last Synced: 2024-11-10T16:25:18.789Z (3 months ago)
- Topics: calculator, css-grid, css3, html5, ios, javascript
- Language: CSS
- Homepage: https://nof1eld.github.io/iOS-inspired-calculator/
- Size: 64.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Calculator
This is a simple calculator application inspired from the iOS system calculator built using HTML, CSS, and JavaScript. It provides basic arithmetic operations such as addition, subtraction, multiplication, and division.
![alt text](image.png)
## Features
- Clean and responsive user interface
- Perform basic arithmetic calculations
- Clear the input field
- Delete the last entered digit
- Change the sign of the input value## Technologies Used
- HTML5
- CSS3
- JavaScript## Getting Started
To run the calculator locally, follow these steps:
1. Clone the repository or download the source code.
2. Open the `index.html` file in a web browser.Alternatively, you can visit the live demo at [https://nof1eld.github.io/iOS-inspired-calculator/].
## Usage
1. Click the number buttons to enter the desired values.
2. Click the operator buttons (+, -, ×, ÷) to perform the respective arithmetic operation.
3. Click the "=" button to get the result.
4. Click the "C" button to clear the input field.
5. Click the "⌫" button to delete the last entered digit.
6. Click the "-/+" button to change the sign of the input value.## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgments
- [Google Fonts](https://fonts.google.com/) for providing the Lato font used in the calculator.