Skip to content
Moritz Roessler edited this page Aug 21, 2023 · 1 revision

Lists

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.

Features

  • 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
Clone this wiki locally