Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
yarn

yarn dev
```