https://github.com/chadwyck242/calculator
Project 2 of Intro to Web Dev with Brian Holt on Front End Masters
https://github.com/chadwyck242/calculator
css-grid es6 frontend-development frontend-masters grid-layout html-css-javascript html5 javascript js
Last synced: 11 months ago
JSON representation
Project 2 of Intro to Web Dev with Brian Holt on Front End Masters
- Host: GitHub
- URL: https://github.com/chadwyck242/calculator
- Owner: chadwyck242
- Created: 2019-05-22T01:27:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T04:28:50.000Z (about 7 years ago)
- Last Synced: 2025-03-02T02:33:05.135Z (over 1 year ago)
- Topics: css-grid, es6, frontend-development, frontend-masters, grid-layout, html-css-javascript, html5, javascript, js
- Language: JavaScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator Clone Project
## Front End Masters _Intro to Web Dev v2_ with Brian Holt
HTML, CSS & JavaScript combined project: to make a simple clone of the iOS calculator.
View the GitHub Project Page [here](https://chadwyck242.github.io/calculator/)
**Acknowledgements**:
The following tutorials were very helpful in getting this project complete (along with the great solution videos by Brian Holt):
1.) _Learn CSS Grid by Building a Simple Calculator Layout_ by Ayooluwa Isaiah
[Learn CSS Grid at freshman](https://freshman.tech/css-grid-calculator/)
2.) _How to Build a Simple Calculator App With JavaScript_ also by Ayooluwa Isaiah
[Build Calculator App at freshman](https://freshman.tech/calculator/#inputting-a-decimal-point)