Todo-App A simple web app for categorizing and keeping track of daily todos and tasks using flask framework. Usage Install the dependencies using pipenv: pipenv shell pipenv install Run the server: python3 manage.py runserver