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:
DayMap is finished, but not shipped yet. Hopefully I can release it soon!
Finishing off
Today I completed InfinityAI, an AI-powered project that taught me a lot about building modern applications. When I started this project, my goal was simple: build something useful while learning how different AI technologies work together. Instead of only following tutorials, I wanted to create a real project from scratch and solve problems along the way. During development, I learned how to structure a larger codebase, integrate AI features, improve the user experience, and fix many unexpected bugs. Some issues took hours to solve, but each one helped me understand the project better. One of the biggest lessons I learned is that software development is not just about writing code. It is about debugging, testing, reading documentation, and improving the project step by step. Looking back, the project is much better than my first version. There are still many features I want to add, but I’m happy with how far it has come.
What I learned:
This project has given me more confidence to build bigger and better applications in the future.
You can check out the project here!
attachment
https://github.com/srinivasagudi0/InfinityAI/
Thanks for reading! If you have any suggestions or feedback, I’d love to hear them.
Forgot to devlog, sorry! But anyways, I built InfinityAI into a simple web app.
I added:
I also fixed the page tabs and UI bugs.