https://github.com/kutyel/elm-caesar-cipher
🌳Caesar Cipher made in Elm!
https://github.com/kutyel/elm-caesar-cipher
caesar-cipher caesar-cipher-algorithm elm-application elm-lang
Last synced: 3 months ago
JSON representation
🌳Caesar Cipher made in Elm!
- Host: GitHub
- URL: https://github.com/kutyel/elm-caesar-cipher
- Owner: kutyel
- Created: 2019-04-11T07:10:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T19:05:15.000Z (over 3 years ago)
- Last Synced: 2025-02-02T01:43:44.670Z (5 months ago)
- Topics: caesar-cipher, caesar-cipher-algorithm, elm-application, elm-lang
- Language: Elm
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-caesar-cipher
🌳 Caesar Cipher made in Elm!
## Run the app
```sh
$ yarn start
```## Run the tests
```sh
$ yarn test
```## Build for production
```sh
$ yarn build
```