XtraKrispi / todo-htmx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoMVC App written in Haskell using htmx

All styles taken from https://todomvc.com and their npm packages

This project uses htmx which allows for rich applications with no (or little) Javascript!

The entire application was written Haskell

To run

Ensure you have Haskell installed

cabal install ghcid

If on Linux or macos:

    :> make

If on Windows:

    :> ghcid -c cabal repl -W -T main

And navigate to http://localhost:8080/

About

License:MIT License


Languages

Language:Haskell 53.8%Language:CSS 45.9%Language:Makefile 0.3%