thaapasa / calculators

Handy calculators for your browser.

Home Page:https://laskurit.pomeranssi.fi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

README

Calculators

Need to calculate some SHA1-hashes? Want to generate a few Finnish national identification numbers (hetu)?

This repo contains the source code for a static web page that has all those nifty calculators working in the browser. No data is sent anywhere, so you can calculate password hashes safely.

Installation instructions

Install dependencies:

yarn

Build project:

yarn build

Develop (watch for changes):

yarn start

Run tests:

yarn test

See the results

After building, open the file build/index.html in your browser.

About

Handy calculators for your browser.

https://laskurit.pomeranssi.fi/

License:MIT License


Languages

Language:TypeScript 92.2%Language:CSS 4.6%Language:HTML 2.4%Language:Shell 0.8%