A simple web app for creating and sharing lists. This is actually the solution I use for my weekly shopping, and other areas where a simple list is needed.
Readme TO-DO List:
- How to install from image
- How to build
- Documentation
- List of third party libraries
This list is not exhaustive.
- Login page.
- View lists page.
- View individual list page.
- Set item ticked or unticked.
- Live web UI update of item ticked or unticked.
- Create list via web UI.
- Create new items via web UI.
- Add item to working list via web UI.
- Live web UI update of item added to working list.
- Reorder items in working list via web UI.
- Live web UI update of item reordering.
- Clear ticked items button via web UI.
- Live web UI update of clear ticked items.
- Some kind of 'offline' mode for when signal is weak
- Signup via web UI.
This list is not exhaustive.
- Integrate PASSKEY logins.
- Use STOMP over websocket, to simplify message brokering.