Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thaapasa/calculators

Handy calculators for your browser.
https://github.com/thaapasa/calculators

bacon baconjs hashing-algorithms react reactjs typescript

Last synced: 17 days ago
JSON representation

Handy calculators for your browser.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/thaapasa/calculators.svg?branch=master)](https://travis-ci.org/thaapasa/calculators)

# 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.