Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)