This is a simple full stack todo app for keeping track of recurring tasks. It's built using React, Node.js and MySQL database.
At the moment the app is only in Finnish.
- task lists
- shared with selected users
- tasks contained in task lists
- will repeat at a given frequency after completion
- deadlines can have some flexibility, defined by user
- ordered and color-coded by how much time there is left to complete them, taking into account possible deadline flexibility
- child tasks that derive most of their properties from parent task and are grouped with it
- shareable shopping lists with user-defined sections
App can be tried at https://tododo.fly.dev. Create an account or log in with username demo and password demo1234 to try it.