Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Supercoder2005/Task_Master

Repository files navigation

Task Master

Task Master is a simple, elegant, and user-friendly task management web application. It allows users to create, update, and delete tasks with ease, helping them stay organized and productive.

Features

  • Create new tasks
  • View all tasks in a beautifully designed table
  • Update existing tasks
  • Delete tasks
  • Responsive design for both desktop and mobile devices

Technologies Used

  • Python
  • Flask (Web Framework)
  • SQLite (Database)
  • HTML5
  • CSS3
  • Jinja2 (Templating Engine)

Setup and Installation

  1. Clone the repository:

How To Run

  1. Install virtualenv:
$ pip install virtualenv
  1. Open a terminal in the project root directory and run:
$ virtualenv env
  1. Then run the command:
$ .\env\Scripts\activate
  1. Then install the dependencies:
$ (env) pip install -r requirements.txt
  1. Finally start the web server:
$ (env) python app.py

This server will start on port 5000 by default. You can change this in app.py by changing the following line to this:

if __name__ == "__main__":
 app.run(debug=True, port=<desired port>)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /