From 6b8781760cfdb92077bd5977665f667683fe3761 Mon Sep 17 00:00:00 2001 From: Stuce Date: Wed, 2 Jul 2025 16:57:53 +0100 Subject: [PATCH] update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 540f08f..ba821ed 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,12 @@ Stuce's simple todo is a web app that let's you self host a simple todolist. The goal is to provide a minimalistic and fast todo list that is self hostable. ## Next goals - Make multi user support - - [x] Get user by trusted header - - [x] Add menu to add other users to the group - - [ ] make the code more readable by renaming/moving the handlers better - [ ] write a minimal step by step guide to install with nix, - [ ] add some css to make it look nicer - [ ] add htmx to make more agreable without making js manadatory -## Version 0.0.0 -Simple todo list for **single user only** at the moment. + - [ ] make api to allow usage with native app +## Version 0.0.3 +Simple todo list webapp. Features : - add and delete (and soon share) groups that contain a list of todolists - add and delete todolists inside groups