An open API service indexing awesome lists of open source software.

https://github.com/pascalpost/go-webapp


https://github.com/pascalpost/go-webapp

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Reminder go-webapp

This is a first attempt at a webapp using Go.
It is a simple reminder app that sends emails to clients.

The app is built using the following technologies:
- Go
- HTML
- CSS
- Htmx
- Sqlite

## TODO
- [ ] Add Client table pagination
- [ ] Add Client table search
- [ ] Add Client table sort
- [ ] Add Client table filter
- [ ] Add SMTP email support
- [ ] Add SMTP credential encryption
- [ ] Enhance structure
- [ ] Add unit tests
- [ ] Add email history
- [ ] Add email submission
- [ ] Deploy as desktop app