{"id":26445726,"url":"https://github.com/ayushpremrocks/taskflow-task-management-system","last_synced_at":"2026-05-15T23:12:13.653Z","repository":{"id":257963449,"uuid":"873220493","full_name":"Ayushpremrocks/TaskFlow-Task-Management-System","owner":"Ayushpremrocks","description":"Flask based task management application that helps you organize and prioritize your tasks effectively. It features a user-friendly interface for managing tasks, sorting by priority or deadline, and toggling between light and dark themes.","archived":false,"fork":false,"pushed_at":"2024-11-24T09:32:33.000Z","size":142,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T21:42:00.804Z","etag":null,"topics":["flask","priority-queue","task-management-system"],"latest_commit_sha":null,"homepage":"https://task-flow-task-management-system.vercel.app","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ayushpremrocks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-15T19:52:39.000Z","updated_at":"2024-12-06T12:05:44.000Z","dependencies_parsed_at":"2025-03-18T11:44:59.609Z","dependency_job_id":null,"html_url":"https://github.com/Ayushpremrocks/TaskFlow-Task-Management-System","commit_stats":null,"previous_names":["ayushpremrocks/task-management-system","ayushpremrocks/taskflow-task-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ayushpremrocks/TaskFlow-Task-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushpremrocks%2FTaskFlow-Task-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushpremrocks%2FTaskFlow-Task-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushpremrocks%2FTaskFlow-Task-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushpremrocks%2FTaskFlow-Task-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ayushpremrocks","download_url":"https://codeload.github.com/Ayushpremrocks/TaskFlow-Task-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayushpremrocks%2FTaskFlow-Task-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","priority-queue","task-management-system"],"created_at":"2025-03-18T11:34:16.278Z","updated_at":"2026-05-15T23:12:13.636Z","avatar_url":"https://github.com/Ayushpremrocks.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TaskFlow: Task Management System\n\n## About the Project\n\nTaskFlow is a web-based task management application that helps you organize and prioritize your tasks effectively. It features a user-friendly interface for managing tasks, sorting by priority or deadline, and toggling between light and dark themes.\n\n- **Light Mode**\n  \n   ![Screenshot of the model](assets/Light-Mode.png)\n\n- **Dark Mode**\n  \n   ![Screenshot of the model](assets/Dark-Mode.png)\n\n---\n## Features\n\n- **Add Tasks**: Create tasks with a name, priority, deadline, and optional time.\n- **Delete Tasks**: Remove completed or unnecessary tasks.\n- **Sort Tasks**: Sort tasks by deadline or priority for better organization.\n- **Real-Time Updates**: Displays the current date and time dynamically.\n- **Dark/Light Theme**: Toggle between dark and light themes for personalized aesthetics.\n- **Responsive Design**: Works seamlessly on desktops and mobile devices.\n---\n## Technologies Used\n\n- **Backend**: Flask (Python)\n- **Frontend**: HTML, CSS, JavaScript\n- **Data Management**: Priority Queue (Heap)\n- **Styling**: Custom CSS with light and dark mode support\n---\n## Project Structure\n```plaintext\nTaskFlow/\n├── app.py\n├── tasks.py\n├── templates/\n│   └── index.html\n├── static/\n│   ├── css/\n│   │   └── style.css\n│   ├── js/\n│   │   └── script.js\n├── LICENSE\n├── CODE_OF_CONDUCT.md\n├── README.md\n└── requirements.txt\n```\n---\n## **Setup Instructions**\n### Prerequisites\nEnsure you have Python 3.8+ and `pip` installed on your system.\n\n### Steps to Run Locally\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Ayushpremrocks/Multi-language-Text-To-Speech\n\n2. Create a Virtual Environment (Optional but Recommended):\n   ```bash\n   python -m venv venv\n   source venv/bin/activate    # On macOS/Linux\n   venv\\Scripts\\activate       # On Windows\n\n\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   \n4. Run the Flask app:\n   ```bash\n   python app.py\n\n5. Open your browser and go to:\n   ```bash\n   http://127.0.0.1:5000\n---\n### How to Check Flask Installation and Version\n1. **Verify Flask Installation:** Run the following command in your terminal\n   ```bash\n   python -m flask --version\n   ```\n   If Flask is installed, you will see output similar to this:\n   ```bash\n   Flask 2.3.3\n   Python 3.x.x\n\n2. **If Flask is Not Installed:** Install Flask using:\n   ```bash\n   pip install Flask\n   ```\n---\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushpremrocks%2Ftaskflow-task-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayushpremrocks%2Ftaskflow-task-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayushpremrocks%2Ftaskflow-task-management-system/lists"}