https://github.com/ucangun/ios_calculator
iOS Calculator Clone is a functional calculator replicating the iOS design. Built with HTML, CSS, and JavaScript, it uses `eventListener` and `event.target` for handling user input and calculator logic, showcasing skills in algorithm development and interactive web design.
https://github.com/ucangun/ios_calculator
Last synced: 2 months ago
JSON representation
iOS Calculator Clone is a functional calculator replicating the iOS design. Built with HTML, CSS, and JavaScript, it uses `eventListener` and `event.target` for handling user input and calculator logic, showcasing skills in algorithm development and interactive web design.
- Host: GitHub
- URL: https://github.com/ucangun/ios_calculator
- Owner: ucangun
- Created: 2024-06-06T20:13:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T22:24:29.000Z (about 1 year ago)
- Last Synced: 2025-02-10T08:15:22.327Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iOS Calculator Clone
https://umutioscalculator.netlify.app/
## Project Purpose
The primary objective of this project is to enhance and demonstrate my skills in HTML, CSS, and JavaScript by developing a functional iOS-style calculator. This project serves as a practical application to improve my understanding of algorithm design and event handling in JavaScript, specifically using `eventListener` and `event.target`.## Project Skeleton
```
(folder)|----index.html
|----index.js
|----style.css
|----readme.md```
## Outcome
## Technologies Used
- **HTML**: Used for structuring the calculator layout.
- **CSS**: Employed for styling and mimicking the iOS calculator design.
- **JavaScript**: Implemented for the calculator logic, including operations and event handling using `eventListener` and `event.target`.## At the end of the project, will be able to;
This project has significantly contributed to my understanding and mastery of JavaScript by providing practical experience in developing interactive web applications. By focusing on algorithm development and event handling, I have improved my ability to create functional and user-friendly web projects.
⌛ Happy Calculating! ✨