Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 445 Bytes

File metadata and controls

13 lines (9 loc) · 445 Bytes

Todo example application

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.

Running

First run ./startWebServer.sh. Then start the project in VSCode with F5.