> I was a huge to-do list junkie, but back then all of the task apps were either single-player or weird desktop apps with syncing issues.
> I decided to build a shared to-do list app for teams.
Yeah, simple single-player to-do lists are great beginner projects to do to learn CRUD and a frontend framework. But enabling real-time multiplayer ups the ante because now you have to manage state and updates between multiple clients and a server.
> I was a huge to-do list junkie, but back then all of the task apps were either single-player or weird desktop apps with syncing issues.
> I decided to build a shared to-do list app for teams.
Yeah, simple single-player to-do lists are great beginner projects to do to learn CRUD and a frontend framework. But enabling real-time multiplayer ups the ante because now you have to manage state and updates between multiple clients and a server.