Mohitkumar6122 / Task-Manager-using-Flask

Simple Task Manager developed using Flask, HTML, and CSS in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Manager developed using Flask

Task Manager that's really intuitive and simple to use build using Flask, HTML, and CSS in Python.
It contains 3 diffrent columns for ask Name, Date created and update and delete functions. Tasks are sorted on order of time added and are present unitl deleted.

Installation

First of all you have to prepare your environment. Select a location where you want to store the files and follow the following steps.

    mkdir Projects
    cd Projects
    git clone https://github.com/Mohitkumar6122/Task-Manager-using-Flask.git
    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
    python app.py

It will create a Projects Folder which will contain all files of project.
Then after running app.py. A chrome window wll open which contains task manager and you can add tasks in it.

Technologies

  1. Python-Flask: A micro web framework written in Python
  2. SQLAlchemy: Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL
  3. HTML: Standard markup language for documents designed to be displayed in a web browse
  4. CSS: Style sheet language used for describing the presentation of a document written in a markup language such as HTML

About

Simple Task Manager developed using Flask, HTML, and CSS in Python.


Languages

Language:HTML 60.1%Language:Python 26.4%Language:CSS 13.3%Language:Procfile 0.3%