A light-weight web application simulating a basic version of the Apple iPhone calculator. Written on HTML, CSS, and vanilla JavaScript. Made in partial completion of The Odin Project's Foundations path.
Click here for a live deployment of the website on GitHub pages.
For those that would like to utilize the repository locally, follow the steps below:
- Clone the repository. Use
git clone https://github.com/FrancisLangit/calculator
or download it as a.zip
file. - Navigate to wherever the repository has been cloned and open up
index.html
on a web browser.
The web application can be used similarly to however one might use a basic calculator. Operator on numbers to your delight and configure the appearance of the device using to color buttons to its side.
Feel free to submit an issue should a bug be found when utilizing the application. One is also welcome to forward a pull request should they seek to introduce a change.