Inspiration
This project is a part of my learning python
What it does
You can create to-do tasks list on the web.
How we built it
This app is built using flask and it stores tasks of every users separately in the database sessions.
Before Hack - Made the code public on GitHub Repo and published it on herokuapp. During Hack - Added the easy Readme instructions and fixed some of the issues.
Challenges we ran into
Initially tasks were same for every user, so used the database sessions (present in flask) to fix this problem. Now every user can have their separate to-do app on the same domain.
Accomplishments that we're proud of
It is my first app in flask, and one of the best open-source projects on my GitHub.
What we learned
Learnt the efficient use of Python and Flask. The practical implementation was fun!
What's next for To Do list app
Will add some more functionality and make it into a mobile app/PWA
Log in or sign up for Devpost to join the conversation.