Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhathiya29/task-master---flask

📋 Tasks App - A simple and intuitive Tasks web application built with Python Flask and SQLAlchemy. Stay organized and focused by managing your tasks with this user-friendly app. 🚀 **Features:** - Add, edit, and delete tasks as completed. - Clean and intuitive user interface. - Tasks are stored persistently in a SQLite database. 🔧 *
https://github.com/bhathiya29/task-master---flask

crud flask python3 sql sqlite

Last synced: 12 days ago
JSON representation

📋 Tasks App - A simple and intuitive Tasks web application built with Python Flask and SQLAlchemy. Stay organized and focused by managing your tasks with this user-friendly app. 🚀 **Features:** - Add, edit, and delete tasks as completed. - Clean and intuitive user interface. - Tasks are stored persistently in a SQLite database. 🔧 *

Awesome Lists containing this project

README

        

## Description

The ToDo Tasks App is a simple web application built with Python Flask and SQLAlchemy to manage and organize your tasks. This app provides a user-friendly interface to add, edit, and mark tasks as completed, helping you stay organized and focused.

## Features

- **Task Management:** Add, edit, and delete tasks as completed.
- **User-Friendly Interface:** Intuitive design for easy navigation.
- **Persistent Storage:** Tasks are stored in a SQLite database.

## Installation

### Prerequisites

- Python 3.x
- [Virtualenv](https://pypi.org/project/virtualenv/)

### Setup

1. Clone the repository:

```bash
git clone https://github.com/bhathiya29/Task-Master---Flask.git

2. Navigate to the app
3. Create a virtual environment - virtualenv venv
4. Activate the virtual environment (windows) - venv\Scripts\activate | Unix or MacOS - source venv/bin/activate
5. pip install -r requirements.txt
6. python app.py Open your browser and go to http://localhost:5000. (flask run)

**Technologies Used**
• Python
• Flask
• SQLAlchemy
• HTML
• CSS

**Database**
The app uses SQLAlchemy with a SQLite database.