Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hupf/calculator
A Dieter Rams inspired calculator implemented in Elm
https://github.com/hupf/calculator
calculator elm pwa
Last synced: about 2 months ago
JSON representation
A Dieter Rams inspired calculator implemented in Elm
- Host: GitHub
- URL: https://github.com/hupf/calculator
- Owner: hupf
- License: mit
- Created: 2022-06-28T15:30:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T12:34:26.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:21:16.715Z (9 months ago)
- Topics: calculator, elm, pwa
- Language: Elm
- Homepage: https://hupf.github.io/calculator/
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator
[![ci](https://github.com/hupf/calculator/actions/workflows/ci.yml/badge.svg)](https://github.com/hupf/calculator/actions/workflows/ci.yml)
A Dieter Rams inspired calculator implemented in Elm.
## Get Started
For local development:
```bash
npm install
npm run dev
```## Credits
Calculator by Mathis Hofer, setup based on [lindsaykwardell/vite-elm-template](https://github.com/lindsaykwardell/vite-elm-template).
[MIT License](./LICENSE)