This is a basic task manager app made using flask. Apart from flask, we've used WTForms for forms , SQLite for database, Flask-Peewee wrapper for login page authentication and Bootstrap for the styling of UI.
- Flask
- Sqlite for persistence
- PeeWee for ORM
- WTForms for Forms
- Flask-Peewee wrapper + Authentication
- Bootstrap for CSS
- NO javascript
- Download the zip file and extract it
- run pip install -r requirement.txt
- run python bstrap.py
- run python freyaapp.py
- Visit the app at
http://localhost:5000
.
- This is how the login page will looks like:
- This is how the page looks like after you login with your tasks managed:
- This is how the profile page looks like:
- Adding a task :
- You get notifications in the notification bar on top after every event :
- You can view your tasks by their status (for eg. if you want to view all the todo tasks):
- You can sort all the tasks alphabetically also :
- You can view tasks which have a particular tag :
This project is a combined effort of Freya Mehta and Lalitha Kameswari. Feel free to contact us in case of any doubt :)