Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benhoyt/simplelists
Tiny to-do list web app written in Go
https://github.com/benhoyt/simplelists
Last synced: 16 days ago
JSON representation
Tiny to-do list web app written in Go
- Host: GitHub
- URL: https://github.com/benhoyt/simplelists
- Owner: benhoyt
- License: mit
- Created: 2021-09-03T12:07:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T07:48:07.000Z (over 1 year ago)
- Last Synced: 2024-10-15T23:54:53.991Z (28 days ago)
- Language: Go
- Homepage: https://benhoyt.com/writings/simple-lists/
- Size: 85.9 KB
- Stars: 48
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Simple Lists
Simple Lists is a tiny to-do list web app. It's written in Go in an old-school way with no JavaScript, plain old HTTP `GET` and `POST`, and all HTML rendered on the server. [**Read more.**](https://benhoyt.com/writings/simple-lists/)