Rudimentary first pass at a todo list in livewire 3.6, Tailwind v4 and FluxUI .. mainly as an exercise to try and do CRUD things with livewire / writing an SPA / etc
Using as many FluxUI features as I can to simplify design (as I'm lousy at design)
- Per user task lists
- WorkOS authentication / AuthKit so support for SSO via Google, GitHub and Apple, Passkey and more
- Sortable and filterable
- Keyboard shortcuts (Cmd-A add, Cmd-K search)
- Multiple languages (locale) supported with translations for Portugese, Spanish, French, Italian, German and Russian so far (thanks to ChatGPT - if someone wants to tidy them up, please feel free!)
- Export and import your tasks to a json format
- Mobile friendly interface
- Categories
Backups / Export functionality (JSON?)TranslationsResponsive / mobile friendly design- Support for Markdown .. probably using flux:editor
- Add Sentry and put a version live on task.me.uk ???
- Reverb for notifications (backup jobs / etc)
- Add file attachments so you can add docs to the tasks
This project is open-sourced software licensed under the MIT license.