https://github.com/yaserdemet/ios-calculator
https://github.com/yaserdemet/ios-calculator
capturing-events css-grid dom-manipulation pure-javascript
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaserdemet/ios-calculator
- Owner: yaserdemet
- Created: 2022-05-19T01:13:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T11:37:55.000Z (about 4 years ago)
- Last Synced: 2025-01-30T14:40:32.935Z (over 1 year ago)
- Topics: capturing-events, css-grid, dom-manipulation, pure-javascript
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ios-Calculator

## Description
Project aims to create ios calculator with HTML CSS and JAVASCRIPT.
## Project Skeleton
```
ios calculator (folder)
|
|----sound (folder)
|----click sound
|----app.js
|----index.html
|----style.css
|----readme.md
```
### At the end of the project, following topics are to be covered;
👉 CSS Grid Layout
👉 DOM Manipulation
👉 DOM Capturing Method
👉 Js built in function
### At the end of the project, i will be able to;
✅ improve coding skills within HTML & CSS especially JAVASCRIPT
✅ use git commands (push, pull, commit, add etc.) and Github as Version Control System.