3GCodes

← Back to blog

Published on 06/28/2024 14:25 by 3GCodes

The ToDo app. We’ve probably all written one. Likely for the same reasons. Either we were learning how to code for the first time or we were learning a new langauge/stack. There are hundreds if not thousands of tutorials that use the ToDo app as their example. Even official documentation like the Apollo GraphQL docs use ToDo for their examples. While the ToDo app does offer a simplistic approach to problems we encounter across most CRUD (Create, Read, Update, Delete) style applications, it can get repetative and we like a challenge. In that vein, here are three app ideas to build once you’ve outgrown the ToDo app.

Trello Board

If you’re reading this, you likely have or currently write code. Chances are you know what a trello board looks like. There are dozens of existing products like Trello, JIRA, and YouTrack. Even some products use this style of board that aren’t tech centriq like Notion and Monday.com.

The reasons it is a great follow-up to the ToDo app are:

Next level tip:

Hobby/Collection Catalog

Most folks have a hobby and probably collect something. I am closing in on 1000 games in my personal library. I use Board Game Geek almost exclusively to manage my personal collection. At the same time, I’ve written some form of hobby catelog app so many times I’ve lost count; desktop, web, mobile. This kind of app is very much CRUD.

The reasons it is a great follow-up to the ToDo app are:

Next level tip:

Planner / Event Scheduler

There is a local gaming convention where I live and they used an event scheduling platform to sell tickets and schedule specific games at specific times at specific tables. Facebook, Meetup, and a dozen other platform you probably use regularly might have some sort of event system built in. On the surface, it seems pretty simple. It might not be and that’s the fun of the challenge.

The reasons it is a great follow-up to the ToDo app are:

Next level tip:

I realize some or all of these might be a bit of a stretch after the ToDo app depending on where you’re at in your coding journey. I hope that even if you’re not quite ready to take any of these on, the suggestions might trigger some ideas of your own. Additionally, if anyone has any more suggestions on What ToDo After Todo, you’ll let me know. I’m always looking for projects to hone my own skills further.

Written by 3GCodes

← Back to blog