I began to be curious about web application development using flask, as I first was exposed to flask when I was working on tutorBot. This is my tutorial project to familiarize myself with development with flask, how to build a web application with python and deploying my app to Heroku upon completion of implementation.
To start, we must click on "Create new task" button. The to-do consists of title of the event, its detail, the due date and its priority. When you are ready, hit "Create" After creating a task, you are able to either look at the detail of the task, update, or delete the task. When the due is within 24 hours, it sends the warning that the due for the event is today. When the due date is passed, it informs you that the due date has passed with red warning message.Python.
SQL Alchemy.
Flask.
HTML.
CSS.
Bootstramp.
Heroku.