scompo / calculator

A calculator in js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calculator

icon

Icon by cicce

A calculator in javascript and html.

Status

coverage tests Codacy Badge

Use it

It's hosted in github pages, click here to use it.

Run it locally

How to run this calculator locally.

Get the latest code

Clone the repository.

git clone git@github.com:scompo/calculator.git

Change directory into the cloned project.

cd calculator/src

Serve it

Start a local server to view the page.

With python 3:

python3 -m http.server 8080

Documentation: https://docs.python.org/3/library/http.server.html

View it

Open up http://localhost:8080/ in a browser.

About

A calculator in js

License:MIT License


Languages

Language:JavaScript 92.3%Language:HTML 5.7%Language:CSS 1.9%