This repo demos the usage of HTML forms with a web-based TODO list.
For Windows users, install GCC provided by MSYS2.
Run install (for Unix) or install.bat (for Windows) to install the dependencies of the web app.
Run build (for Unix) or build.bat (for Windows) to build the app.
Invoke app (for Unix) or app.exe (for Windows) to run the app.
By default, the app will run on http://127.0.0.1:8080/ . Use -h
(host) and -p
(port) to adjust its URL.
The app stores its data into an in-memory SQLite database. Therefore, no persistent data will be generated after the app ends.
Run clean (for Unix) or clean.bat (for Windows) to remove the app.
2019, Michael. This repo is licensed under MIT.