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

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

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)