{"id":26832849,"url":"https://github.com/zephyrusblaze/todo-app","last_synced_at":"2026-05-05T15:36:49.842Z","repository":{"id":183275464,"uuid":"669833591","full_name":"ZephyrusBlaze/ToDo-App","owner":"ZephyrusBlaze","description":"A delightful ToDo app built with Flask, SQLite, HTML, CSS, and JavaScript. Stay organized and manage your tasks efficiently.","archived":false,"fork":false,"pushed_at":"2024-10-27T15:33:47.000Z","size":327,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-27T18:07:05.486Z","etag":null,"topics":["flask","html-css-javascript","python","sqlite","todolist"],"latest_commit_sha":null,"homepage":"https://todotaskify.pythonanywhere.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZephyrusBlaze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2023-07-23T15:22:04.000Z","updated_at":"2024-10-27T15:33:51.000Z","dependencies_parsed_at":"2024-01-16T17:30:14.699Z","dependency_job_id":"776e0014-7933-4586-8178-444a7060768c","html_url":"https://github.com/ZephyrusBlaze/ToDo-App","commit_stats":null,"previous_names":["thestrange-007/todo-app","zephyrusblaze/todo-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZephyrusBlaze%2FToDo-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZephyrusBlaze%2FToDo-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZephyrusBlaze%2FToDo-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZephyrusBlaze%2FToDo-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZephyrusBlaze","download_url":"https://codeload.github.com/ZephyrusBlaze/ToDo-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246334437,"owners_count":20760646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","html-css-javascript","python","sqlite","todolist"],"created_at":"2025-03-30T15:19:08.976Z","updated_at":"2026-05-05T15:36:44.803Z","avatar_url":"https://github.com/ZephyrusBlaze.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taskify - ToDo App 🚀\n\nWelcome to Taskify, a simple and efficient ToDo app made using Flask, SQLite, HTML, CSS, and JavaScript. 📝✨\n\n## Table of Contents 📚\n1. [Introduction](#introduction)\n2. [Installation](#installation)\n    - [Requirements](#requirements)\n    - [Usage](#usage)\n3. [Features](#features)\n4. [File Structure](#file-structure)\n6. [License](#license)\n\n## Introduction\nTaskify is a lightweight web application designed to help you stay organized and manage your tasks efficiently. With Taskify, you can add, update, and delete tasks easily, ensuring that you never miss a beat! ⏰\n\n## Installation\nTo run Taskify locally, make sure you have the following requirements installed:\n\n### Requirements\n- [Flask](https://flask.palletsprojects.com/en/2.1.x/) 🌶️\n- [bcrypt](https://pypi.org/project/bcrypt/) 🔒\n\nOnce you have the requirements in place, you can proceed to the usage section.\n\n### Usage\n1. Clone the repository to your local machine:\n```bash\ngit clone https://github.com/ZephyrusBlaze/ToDo-App.git\n```\n\n2. Change into the project directory:\n```bash\ncd ToDo-App\n```\n\n3. Start the Flask app:\n```bash\npython app.py\n```\n\n4. Visit `http://localhost:5000` in your web browser to access Taskify. 🌐\n\n**🚨 Note: You can check out the application hosted on pythonanywhere [here](https://todotaskify.pythonanywhere.com/).**\n\n## Features\n- Add new tasks with titles, descriptions, due dates, categories, and priorities. ➕\n- Update existing tasks, mark them as completed, or change their details. 🔄\n- Delete tasks that are no longer needed. ❌\n- User-friendly and intuitive interface for easy task management. 😃\n\n## File-Structure\nHere's the file structure of the Taskify project 🗂️:\n```\nToDo-App\n├── app.py  # Flask app backend\n├── LICENSE  # Apache 2.0 License file\n├── README.md  # You are here! 👋\n├── database.db  # SQLite database\n├── templates/  # HTML templates\n│   ├── dashboard.html  # Dashboard page template\n│   ├── login.html  # Login page template\n│   └── register.html  # Register page template\n└── static/  # Static files (CSS and JS)\n    ├── css/\n    │   ├── login_styles.css  # CSS for the login page\n    │   ├── dash_styles.css  # CSS for the dashboard page\n    │   └── reg_styles.css  # CSS for the register page\n    └── js/\n        ├── dash_script.js  # JavaScript for the dashboard page\n        ├── login_script.js  # JavaScript for the login page\n        └── reg_script.js  # JavaScript for the register page\n```\n\n\u003c!-- contributions are welcome but not now :p --\u003e\n\n## License\nTaskify is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephyrusblaze%2Ftodo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzephyrusblaze%2Ftodo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephyrusblaze%2Ftodo-app/lists"}