Inspiration
We often keep forgetting things, don't we? That is why I decided to make a task reminder app to kick things off this New Year.
What it does
The To-Do app allows users to add important tasks which they can refer to later. Users should enter the task in the Text box and click the "Add" icon. The task which was entered will be displayed below, allowing the users to add multiple tasks as well.
How I built it
This app was entirely made in Python using Flet, a UI library that can be used to run Flutter commands and use Flutter Widgets.
Challenges I ran into
Scaffolding the UI was difficult as Flet does not have a seamless emulator feature as Flutter in Android Studio does. The appending tasks function, the most crucial part of the app was not running.
Accomplishments that I am proud of
As a guy who is new to the world of Flet, building this app from the scratch just by running through their documentation and making it work was a pleasant achievement.
What I learned
How to scaffold widgets, layouts, and text while using Flet.
What's next for To-Do App
Enabling mobile alerts using Twilio will be a pragmatic addition to the features of this app.
Log in or sign up for Devpost to join the conversation.