Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karamanburak/ios-calculator
https://github.com/karamanburak/ios-calculator
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karamanburak/ios-calculator
- Owner: karamanburak
- Created: 2023-12-19T14:34:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T09:24:39.000Z (8 months ago)
- Last Synced: 2024-04-04T10:33:51.964Z (8 months ago)
- Language: JavaScript
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IOS-Calculator
- Access the finished project online
## Description
- Create an IOS calculator with a sleek CSS-GRID structure as depicted in the image.
## Expected Outcome
![CSS-GRID & JS IOS CALCULATOR](./assets/003.gif)
### At the end of the project, following topics are to be covered;
- HTML
- CSS
- JavaScript
## Solution Steps
- Step 1: Download or clone the project repository on Github
- Step 2: Create a project folder for the local public repository on your computer
- Step 3:
- Create the HTML structure for the calculator.
- Apply the CSS-GRID structure as shown in the given image.
- Add the required functionality with Javascript.
- Provide seamless functionality that mirrors the iOS Calculator.