Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/publicodes/elm-app-example
Example of an Elm app using Publicodes
https://github.com/publicodes/elm-app-example
elm form-builder publicodes template
Last synced: about 1 month ago
JSON representation
Example of an Elm app using Publicodes
- Host: GitHub
- URL: https://github.com/publicodes/elm-app-example
- Owner: publicodes
- License: mit
- Created: 2024-06-21T11:01:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T14:15:42.000Z (6 months ago)
- Last Synced: 2024-10-20T00:30:58.220Z (2 months ago)
- Topics: elm, form-builder, publicodes, template
- Language: Elm
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Publicodes <3 Elm
Minimal boilerplate to use Publicodes in Elm. The related guide is available
in the [Publicodes documentation](https://publi.codes/docs/guides/elm).> [!TIP]
> You can check [ekofest](https://github.com/ekofest/ekofest) for a real-world
> example.## Features
- [x] Automatically show questions as inputs
- [x] Update the situation when the user answers a question
- [x] Situation saved in the local storage
- [ ] Embed the `@publicodes/react-ui` components in Elm
- [ ] Publish the `Publicodes` module as a standalone package## Usage
```bash
yarnyarn dev
```