Skip to content

TaskFlow is a web application built with Python and Flask that helps you manage your tasks efficiently.

License

Notifications You must be signed in to change notification settings

MuhammadUmer78/TaskFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskFlow

TaskFlow is a web application built with Python and Flask that helps you manage your tasks efficiently.

Features

  • Add new tasks with titles and descriptions.
  • View all tasks in a list with timestamps.
  • Update existing tasks with new titles and descriptions.
  • Delete tasks that are no longer needed.

Technologies Used

  • Python
  • Flask
  • SQLAlchemy (Database)
  • HTML
  • Bootstrap (Frontend styling)

Installation

  1. Clone this repository:
git clone https://github.com/MuhammadUmer78/TaskFlow.git
  1. Navigate to the project directory:
cd TaskFlow
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the Flask application:
python app.py
  1. Access the web app in your browser at http://localhost:8000.

Usage

  1. Enter a task title and description into the input fields on the homepage.
  2. Click the "Submit" button to add the task to the list.
  3. View all tasks in the list with their titles, descriptions, and creation timestamps.
  4. Optionally, update or delete any tasks by clicking the "Update" or "Delete" buttons.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/my-feature.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/my-feature.
  5. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

TaskFlow is a web application built with Python and Flask that helps you manage your tasks efficiently.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published