Roomie: a task-sharing app for roommates in a shared apartment

I built a full-stack app: Roomie to manage housework for roommates in a shared apartment. The app allows users to create tasks and assign them to apartment members. Then, from the calendar, every user can view what all members need to do in the selected week. Here is the short demo of this minimal app:

https://reddit.com/link/vwupmx/video/lh4a9ef3l2b91/player

https://reddit.com/link/vwupmx/video/d7w61rr2l2b91/player

A task will last for one week. During the assigned week, an assignee can choose any time to complete it. Besides, users can set task frequency. If
Code:
task.frequency === 1
, then it needs getting done every week. If
Code:
task.frequency === 3
, it needs getting done once every three weeks.

My roommate and I use this app for 8 months and find it helpful. At first, I wrote it just for my usage, so the app is very minimalistic. As I get more experience, I would like to rewrite it to be more professional with more appropriate features. But, before that, I need to gather feedback from other Redditors. Do you think this idea can benefit your life in a shared apartment? Which features do you want to add or change? Text me or comment if you want to create an open-source project together based on this idea.

Thank you for reading !!! Here is the Roomie website link, Backend repo, Frontend repo, Full youtube demo if you are interested
 

Similar threads

Back
Top