This project is a SmallJS implementation of a simple todo list. You can add and remove tasks and toggle their done status. Tasks are not stored in this browser-only application.
You cloud make a copy of this project for your own client browser app. If you want to make a full client-server app, check out the ../Shop example.
First run ./startWebServer.sh.
Then start the project in VSCode with F5.