Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🔧 *
- Host: GitHub
- URL: https://github.com/bhathiya29/task-master---flask
- Owner: Bhathiya29
- Created: 2024-01-20T12:26:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-20T12:45:43.000Z (10 months ago)
- Last Synced: 2024-01-20T13:37:01.003Z (10 months ago)
- Topics: crud, flask, python3, sql, sqlite
- Language: Python
- Homepage:
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.git2. 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.