I’m excited to share with you all an app that I built completely using bubble.
The app is designed to help you organize tasks, notes, habits and life, all in one place. The app has already proven to be extremely helpful for myself and I think it can be helpful for a lot of other bubblers here too.
The app lets you store notes, tasks, habits all in one place. It makes it super easy to stay focused and get things done - as it also has an integrated calendar.
For those who struggle with building good habits and focusing on the task at hand it is a clear recommandation to try it out.
If you’re interested in trying out Today, you can find it on:
I hope that it can help you to stay organized and on top of your daily tasks. And if you have any questions or feedback, please don’t hesitate to reach out!
Manuel
I would also like to take a moment to thank @gaurav for the BDK plugin. The plugin allowed me to easily integrate my app with both the Apple and Google Play stores.
Furthermore a big thanks to @emmanuel for creating bubble and allowing me to even get into building software. Thank you so much!
If you’re interested in trying out my app, you can find it on both the Apple and Google Play stores. I hope that it can help you to stay organized and on top of your daily tasks. And if you have any questions or feedback, please don’t hesitate to reach out!
The App looks amazing! Unfortunately, i am not able to download it here in Germany.
I am building a similar app for myself. I’ve created a ‘Habit Tracker’ Database where i create a new record for each habit for every day. It includes a Date field for the day, a yes/no field to check if it has been completed and a linked field to another table called ‘Habits’. In this second database, i have one entry for every habit that has been created by the user. Kind of like a template Database.
I have a day based overview which shows all habits for the selected day. Now i basically want to check if a habit already has an entry in the ‘Habit Tracker’ database. If it does, it should pull the data from there, if it doesn’t, it should display the standard habit data from the ‘Habits’ Database and whenever a habit, that doesn’t have an entry in the ‘Habit Tracker’ gets edited, i want to create a new entry and then update the field to pull the data from the ‘Habit Tracker’.
The other way would be to create all of the ‘Habit Tracker’ entries for the next day on the backend at a specific time or to create them only when the user opens a day which doesn’t have habits in the ‘Habit Tracker’ yet.
Which approach did you go with, especially in regards to performance (i don’t want to do a search on every single habit to see if it already exists, but creating all habits no matter if needed or not, also seems like a waste).