I finally finished making DayMap, my daily planner app! I made it because I have lots of stuff to do, and sometimes it is hard to remember everything. DayMap helps me put all my tasks in one place and plan my day better.
I built it using Python and Streamlit. You can add tasks, edit them, delete them, and mark them as completed. You can also choose the date, time, priority, and whether a task repeats every day or every week.
One of my favorite features is quick add. You can type something like:
“Do homework tomorrow at 5pm high priority”
DayMap will understand the date, time, and priority by itself. It also shows if a task is overdue, due soon, for today, tomorrow, or later.
I also added a completed tasks section, a daily schedule, and a database so the tasks can be saved.
The app is basically done now, and I am really happy that I got it working. It has not been shipped yet because I still need to deploy it and make sure everything works online. This project taught me more about Python, Streamlit, databases, dates, times, and fixing bugs. Some parts were confusing, but it felt really good when they finally worked.
Next, I need to:
- Deploy the app
- Test the online version
- Fix any last bugs
- Add the real app link
DayMap is finished, but not shipped yet. Hopefully I can release it soon!