Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thaapasa/calculators
- Owner: thaapasa
- License: mit
- Created: 2016-12-12T13:27:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:39:24.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T13:13:21.373Z (7 months ago)
- Topics: bacon, baconjs, hashing-algorithms, react, reactjs, typescript
- Language: TypeScript
- Homepage: https://laskurit.pomeranssi.fi/
- Size: 5.27 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.