Nordes / TodoElmish

Yish, that's the quality of my code ;) Only F-E is working so far...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo Elmish

In summary, it creates the common TODO example using the SAFE Stack in a fulma way. You can add, complete, delete or put back the in progress to pending state.

What does it do?

  1. Create a todo list using the SAFE Stack
  2. States are managed to keep it's status (Pending, In Progress, Completed)
  3. Allow to delete the todo's
  4. Persist the data locally on a csv file (Server side). The data is reloaded at startup.

Install pre-requisites

You'll need to install the following pre-requisites in order to build SAFE applications

  • The .NET Core SDK
  • The Yarn package manager (you can also use npm but the usage of yarn is encouraged).
  • Node LTS installed for the front end components.
  • If you're running on OSX or Linux, you'll also need to install Mono.

Work with the application

dotnet tool restore
# Or use simply VS Code and start.
dotnet fake build -t run

License

None... because it's only 300 lines... come on :).

About

Yish, that's the quality of my code ;) Only F-E is working so far...


Languages

Language:F# 61.3%Language:JavaScript 30.9%Language:Dockerfile 3.3%Language:CSS 3.0%Language:HTML 1.5%