Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaplanh/ios-calculator

Project aims to create a calculator app.
https://github.com/kaplanh/ios-calculator

css3 dom-manipulation flexbox grid html5 javascript switch-case

Last synced: 3 days ago
JSON representation

Project aims to create a calculator app.

Awesome Lists containing this project

README

        

## IOS Calculator

![ios calculator](https://user-images.githubusercontent.com/101884444/173544652-c192d901-a7d7-46cc-9aa4-f5ae56e490e3.gif)

[Click me!]( https://kaplanh.github.io/IOS-Calculator/)

## Problem Statement

- Your company has recently started on a project that aims to create a calculator. So you and your colleagues have started to work on the project.

## Project Skeleton

```
003-calculator(folder)
|
|----readme.md
|----index.html
|----style.css
|----index.js

```

### At the end of the project, following topics are to be covered;

- HTML

- CSS
- Grid
- flexbox
- media Query
- Opacity / Transparency

- JS
- DOM manipulation
- e.target.classList.contains('className')
- conditions (if, switch - case)
- includes('.') (array method)

- ### At the end of the project, developers will be able to;

- improve coding skills within HTML & CSS & JS

- use git commands (push, pull, commit, add etc.) and Github as Version Control System.

## Notes

- You can use HTML, CSS and JS to complete this project.


## Site Examples Made with Display Grid

http://www.friezedesign.co.uk/

https://murdershewrote.co.uk/

http://grundini.com/

http://grundini.com/

# A good resource about CSS Grid

https://www.quackit.com/html/templates/css_grid_templates.cfm

⌛ Happy Coding ✍