Icon by cicce
A calculator in javascript and html.
It's hosted in github pages, click here to use it.
How to run this calculator locally.
Clone the repository.
git clone git@github.com:scompo/calculator.git
Change directory into the cloned project.
cd calculator/src
Start a local server to view the page.
python3 -m http.server 8080
Documentation: https://docs.python.org/3/library/http.server.html
Open up http://localhost:8080/ in a browser.