{"id":19827094,"url":"https://github.com/mohamed-mostafaaa/to-do","last_synced_at":"2026-04-11T09:06:28.666Z","repository":{"id":258555316,"uuid":"820902724","full_name":"Mohamed-Mostafaaa/To-Do","owner":"Mohamed-Mostafaaa","description":"To_Do is a comprehensive task management application designed to streamline task assignments and team members' collaboration. It allows users to create tasks, assign collaborators, and add notes to tasks efficiently.","archived":false,"fork":false,"pushed_at":"2024-10-18T15:32:08.000Z","size":34471,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-19T14:48:05.163Z","etag":null,"topics":["authentication","database","flask","flask-sqlalchemy","jinja","python","sqlalchemy","sqlite"],"latest_commit_sha":null,"homepage":"https://to-do-rosy-two.vercel.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mohamed-Mostafaaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-06-27T12:07:03.000Z","updated_at":"2024-10-18T15:32:12.000Z","dependencies_parsed_at":"2024-10-20T14:05:26.909Z","dependency_job_id":null,"html_url":"https://github.com/Mohamed-Mostafaaa/To-Do","commit_stats":null,"previous_names":["mohamed-mostafaaa/to-do"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mohamed-Mostafaaa/To-Do","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-Mostafaaa%2FTo-Do","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-Mostafaaa%2FTo-Do/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-Mostafaaa%2FTo-Do/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-Mostafaaa%2FTo-Do/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohamed-Mostafaaa","download_url":"https://codeload.github.com/Mohamed-Mostafaaa/To-Do/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-Mostafaaa%2FTo-Do/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31674632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["authentication","database","flask","flask-sqlalchemy","jinja","python","sqlalchemy","sqlite"],"created_at":"2024-11-12T11:12:28.295Z","updated_at":"2026-04-11T09:06:28.637Z","avatar_url":"https://github.com/Mohamed-Mostafaaa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- @format --\u003e\n\n# To_Do 🚀\n\nTo_Do is a comprehensive task management application designed to streamline task assignments and team members' collaboration. It allows users to create tasks, assign collaborators, and add notes to tasks efficiently.\n\n![](./To_Do/static/wepsite.png)\n\n## Features ✨\n\n- **User Authentication:** Secure login and registration using Flask-Login.\n- **Task Management:** Create, update, view, and delete tasks.\n- **Collaborator Assignment:** Assign multiple collaborators to tasks.\n- **Notes:** Add and view notes for each task.\n- **Real-Time Updates:** Real-time task updates using WebSockets.\n- **Responsive Design:** Mobile-friendly interface.\n\n## Installation 🔧\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Mohamed-Mostafaaa/To-Do.git\n   cd To-Do\n   ```\n\n2. Create and activate a virtual environment:\n\n   ```bash\n   python -m venv venv\n   source venv/bin/activate\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Set up the database:\n\n   ```bash\n   python3 create_table\n   ```\n\n5. Run the application:\n   ```bash\n   flask run\n   ```\n\n## Our Inspiration and Journey 🌟\n\n### Inspiration 💡\n\nAs students at ALX, we were often overwhelmed by the number of assignments, group projects, and personal tasks we had to manage. We realized that having a reliable tool to organize our tasks would significantly improve our productivity and reduce stress.\n\n## Usage\n\n1. **Register and Login:** Create an account or log in with an existing account.\n2. **Create Tasks:** Navigate to the dashboard and create new tasks.\n3. **Assign Collaborators:** Assign tasks to other users.\n4. **Add Notes:** Add notes to tasks for additional context.\n5. **Real-Time Updates:** Receive real-time updates on task progress.\n\n## Technologies Used\n\n- **Flask:** Web framework for Python.\n- **SQLAlchemy:** ORM for database management.\n- **Jinja2:** Templating engine for rendering HTML.\n- **HTML/CSS:** For structuring and styling the web pages.\n- **JavaScript:** For front-end interactivity.\n\n## Architecture\n\nTo-Do follows a client-server architecture with RESTful APIs for communication between the front-end and back-end. The front-end is designed to be responsive and mobile-friendly.\n\n## Learnings\n\nThroughout the development of To-Do, our team enhanced their skills in Flask, SQLAlchemy, and RESTful API design. The project also improved our understanding of real-time web applications and secure authentication methods.\n\n## Contributing\n\nContributions are welcome! Please submit a pull request or open an issue to discuss changes.\n\n## License\n\nThis project is licensed under the ALX License.\n\n## Contact 📬\n\nFeel free to reach out to us if you have any questions or feedback.\n\n- Mohamed Mostafa Abdelhamed\n  [LinkedIn](https://www.linkedin.com/in/mohamed-mostafaaa/) | [GitHub](https://github.com/Mohamed-Mostafaaa)\n- Farouk Ashraf Elshamy\n  [LinkedIn](https://www.linkedin.com/in/faroukashraf//) | [GitHub](https://github.com/FaroukAshrafElshamy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamed-mostafaaa%2Fto-do","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamed-mostafaaa%2Fto-do","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamed-mostafaaa%2Fto-do/lists"}