https://github.com/thestevendev/ios-calculator
A clone of iOS calculator using HTML, CSS, and JS.
https://github.com/thestevendev/ios-calculator
calculator-javascript css3 html html-css-javascript html5 ios javascript js web webdevelopment
Last synced: about 1 month ago
JSON representation
A clone of iOS calculator using HTML, CSS, and JS.
- Host: GitHub
- URL: https://github.com/thestevendev/ios-calculator
- Owner: TheStevenDev
- License: mit
- Created: 2024-04-03T10:40:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T10:46:42.000Z (about 2 years ago)
- Last Synced: 2025-05-14T10:22:53.905Z (about 1 year ago)
- Topics: calculator-javascript, css3, html, html-css-javascript, html5, ios, javascript, js, web, webdevelopment
- Language: JavaScript
- Homepage: https://thestevendev.github.io/IOS-Calculator/
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
iOS Calculator Clone
Try a demo: here
This is a clone of the iOS calculator built using HTML, CSS, and JavaScript. It replicates the interactive math operations found in the iOS calculator within web browsers.
Features
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Interactive buttons mimicking the iOS calculator layout
- Responsive design for various screen sizes
Usage
To use the calculator, simply open the index.html file in a web browser.
Development
The project consists of HTML, CSS, and JavaScript files:
-
index.html: Main HTML file containing the calculator interface -
style.css: CSS file for styling the calculator interface -
script.js: JavaScript file for handling calculator logic and interactions
Contributing
If you'd like to contribute to this project, feel free to submit a pull request. Contributions are welcome!
License
This project is licensed under the MIT License. See the LICENSE file for details.
Authors
Created by Steven D'amore. You can find me on GitHub here.