/To_Do_List_App_w_python_flask

A small todo list web application project aimed to gain intuition on web application development with python using flask and html, css, bootstraps. Upon completion it was deployed on web through Heroku

Primary LanguageCSS

ToDo list web application

Description

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.

Product Detail

Home

Screen Shot 2021-03-14 at 8 52 54 PM

To start, we must click on "Create new task" button.

Creating a task

Screen Shot 2021-03-14 at 8 53 07 PM

The to-do consists of title of the event, its detail, the due date and its priority. When you are ready, hit "Create"

Home with task

Screen Shot 2021-03-14 at 8 54 51 PM

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 close

Screen Shot 2021-03-14 at 9 13 03 PM

When the due is within 24 hours, it sends the warning that the due for the event is today.

When the due is passed.

Screen Shot 2021-03-14 at 9 14 47 PM

When the due date is passed, it informs you that the due date has passed with red warning message.

Concepts

Python. SQL Alchemy.
Flask.
HTML.
CSS.
Bootstramp.
Heroku.