-
Notifications
You must be signed in to change notification settings - Fork 2
about
Moritz Roessler edited this page Aug 21, 2023
·
1 revision
Lists is meant to be an example app to showcase what you can build with React Server.
It's reactive, supports WebPush and serves a serverside application of modest complexity with multiple nested components.
You can find the code of the backend and frontend on github.
It's a free and open source app. Use it if you like it, host it yourself if you want to, develope your own features or contribute to our open source repo.
- manage lists
- create / delete / archive lists
- list colors
- sort lists
- pin lists
- editable title
- manage items
- create / delete / archive items
- item color
- sort items
- prioritize items based on value points
- different items (Todo / Counter / Expense)
- editable title
- auto-reset items after n hours
- push notifications for items