{"id":25531922,"url":"https://github.com/m-ah07/to-do-list","last_synced_at":"2026-02-24T09:06:51.073Z","repository":{"id":268104311,"uuid":"903325860","full_name":"m-ah07/to-do-list","owner":"m-ah07","description":"A simple and interactive To-Do List application built with HTML, CSS, and JavaScript. It allows users to add, mark, and remove tasks, making task management easy and efficient.","archived":false,"fork":false,"pushed_at":"2025-02-14T11:27:19.000Z","size":254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T11:36:06.666Z","etag":null,"topics":["codelife","css","dailytasks","html","javascript","opensource","programming","simpleapp","todolist","webdevelopment"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/m-ah07.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,"zenodo":null}},"created_at":"2024-12-14T10:09:27.000Z","updated_at":"2025-02-14T11:27:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9fd88ba-d525-4b07-95b8-4cc17e558c8c","html_url":"https://github.com/m-ah07/to-do-list","commit_stats":null,"previous_names":["marwan-ahmed-23/to-do-list","m-ah07/to-do-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-ah07/to-do-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fto-do-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fto-do-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fto-do-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fto-do-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-ah07","download_url":"https://codeload.github.com/m-ah07/to-do-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Fto-do-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29777691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"last_error":"SSL_read: 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":["codelife","css","dailytasks","html","javascript","opensource","programming","simpleapp","todolist","webdevelopment"],"created_at":"2025-02-20T01:42:18.445Z","updated_at":"2026-02-24T09:06:47.437Z","avatar_url":"https://github.com/m-ah07.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 To-Do List App\n\nA dynamic and interactive To-Do List application built with **HTML**, **CSS**, and **JavaScript**. This app helps you efficiently manage your tasks with features like custom categories, priorities, filters, and persistent data storage.\n\n## 🚀 Features\n- **Add Tasks:** Easily add tasks with specific categories and priorities.\n- **Custom Categories:** Create unique categories tailored to your needs.\n- **Prioritize Tasks:** Assign priorities (High, Medium, Low) for better task management.\n- **Mark as Complete:** Toggle tasks as completed and keep track of progress.\n- **Delete Tasks:** Safely delete tasks with confirmation prompts.\n- **Persistent Data:** Save and retrieve tasks using Local Storage, ensuring your tasks are always available.\n- **Filter Tasks:** Display tasks based on their category or completion status.\n- **User-Friendly Design:** A responsive and intuitive interface with a two-panel layout for better organization.\n\n## 📸 Screenshot\n\n![To-Do List Screenshot](assets/screenshot.png \"Screenshot of To-Do List App\")\n\n## 📂 Directory Structure\n```plaintext\nto-do-list/\n├── assets/\n│   └── screenshot.png\n├── index.html\n├── styles.css\n├── script.js\n├── LICENSE\n└── README.md\n```\n\n## 📖 Usage\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/m-ah07/to-do-list.git\n    ```\n2. Open the project folder:\n    ```bash\n    cd to-do-list\n    ```\n3. Open `index.html` in your browser.\n4. Start adding tasks, selecting categories, and setting priorities!\n\n## 🌟 Examples of Input\n\nHere are some examples of tasks you can add:\n\n\t1.\tTask: “Finish project report”\n        Category: Work\n        Priority: High\n        \n\t2.\tTask: “Buy groceries”\n        Category: Shopping\n        Priority: Medium\n        \n\t3.\tTask: “Morning run”\n        Category: Fitness\n        Priority: Low\n        \n\t4.\tTask: “Read a book”\n        Category: Personal\n        Priority: Medium\n\n## 🤝 Contributions\n\nContributions are welcome! Here's how you can contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix:\n    ```bash\n    git checkout -b feature-name\n    ```\n3. Commit your changes:\n    ```bash\n    git commit -m \"Added a new feature\"\n    ```\n4. Push your branch:\n    ```bash\n    git push origin feature-name\n    ```\n5. Submit a pull request with details about your changes.\n\n\n## 🛠 Future Improvements\n- **Task Deadlines:** Add a deadline feature with a calendar selector.\n- **Task Sorting:** Implement sorting options by priority or completion status.\n- **Advanced Search:** Enable users to search tasks by category or keywords.\n- **Theme Customization:** Add light and dark mode themes for better usability.\n- **Notifications:** Integrate notifications for task deadlines.\n\n## 🌟 Stay Connected\nIf you find this project helpful, please star ⭐ the repository to show your support!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ah07%2Fto-do-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-ah07%2Fto-do-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ah07%2Fto-do-list/lists"}