tatut / pltodomvc

A client side TodoMVC app made with SWI-Prolog WASM

Home Page:https://pltodomvc.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWI-Prolog TodoMVC

This implements a TodoMVC application with WASM compiled SWI-Prolog and the morphdom library.

Stylesheet is from tastejs/todomvc-app-css.

Running

Clone the repo, start a simple HTTP server in the directory, for example

% python3 -m http.server 4444

And open http://localhost:4444/ to access the app.

About

A client side TodoMVC app made with SWI-Prolog WASM

https://pltodomvc.vercel.app


Languages

Language:CSS 56.9%Language:Prolog 31.9%Language:HTML 10.7%Language:Shell 0.6%