{"id":27863339,"url":"https://github.com/ahmedosamamath/daywise","last_synced_at":"2026-01-23T12:20:04.019Z","repository":{"id":288918152,"uuid":"969562374","full_name":"AhmedOsamaMath/daywise","owner":"AhmedOsamaMath","description":"DayWise: A personal productivity and time management application that helps you organize your daily tasks, track your progress, and maximize your efficiency. Built with modern technologies to provide a seamless user experience across devices.","archived":false,"fork":false,"pushed_at":"2025-05-15T00:09:03.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T01:23:53.716Z","etag":null,"topics":["daily-planner","personal-dashboard","personal-organization","productivity-app","productivity-tool","scheduler","task-tracker","time-management","time-tracking","todo-app"],"latest_commit_sha":null,"homepage":"https://zold.pythonanywhere.com","language":"HTML","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/AhmedOsamaMath.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":"2025-04-20T12:41:30.000Z","updated_at":"2025-05-15T00:09:06.000Z","dependencies_parsed_at":"2025-04-22T01:15:22.629Z","dependency_job_id":null,"html_url":"https://github.com/AhmedOsamaMath/daywise","commit_stats":null,"previous_names":["ahmedosamamath/daywise"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AhmedOsamaMath/daywise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedOsamaMath%2Fdaywise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedOsamaMath%2Fdaywise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedOsamaMath%2Fdaywise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedOsamaMath%2Fdaywise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AhmedOsamaMath","download_url":"https://codeload.github.com/AhmedOsamaMath/daywise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedOsamaMath%2Fdaywise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28691037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["daily-planner","personal-dashboard","personal-organization","productivity-app","productivity-tool","scheduler","task-tracker","time-management","time-tracking","todo-app"],"created_at":"2025-05-04T20:49:40.518Z","updated_at":"2026-01-23T12:20:03.970Z","avatar_url":"https://github.com/AhmedOsamaMath.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DayWise - Task Management Application\n\nDayWise is a web-based task management application built with Flask that helps users organize their daily tasks with time blocks, priorities, and progress tracking.\n\n![DayWise Screenshot](static/dashboard.png)\n\n## Live Demo\n\nThe application is live and can be accessed at: [https://zold.pythonanywhere.com](https://zold.pythonanywhere.com)\n\n## Features\n\n- **User Authentication**: Secure login and registration system\n- **Task Management**: Create, edit, and delete tasks\n- **Time Blocks**: Organize tasks by morning, afternoon, evening, or any time\n- **Priority Levels**: Set low, medium, or high priorities for tasks\n- **Progress Tracking**: Monitor your daily task completion progress\n- **Dark Mode**: Toggle between light and dark themes for comfortable viewing\n- **Responsive Design**: Works on desktop and mobile devices\n\n## Technologies Used\n\n- **Backend**: Flask, SQLAlchemy\n- **Frontend**: HTML, Tailwind CSS, JavaScript\n- **Database**: SQLite\n- **Authentication**: Flask-Login\n\n## Installation\n\n1. Clone the repository:\n\n``` bash\ngit clone https://github.com/AhmedOsamaMath/daywise.git\ncd daywise\n```\n\n2. Install the required packages:\n\n``` bash\npip install -r requirements.txt\n```\n\n## Usage\n\n1. Start the application:\n\n``` bash\nflask run\n```\n\n2. Open your browser and navigate to `http://127.0.0.1:5000/`\n\n3. Register a new account or log in with existing credentials\n\n4. Start managing your tasks!\n\n## Project Structure\n\n```\ndaywise/\n├── app.py                 # Main application file\n├── templates/             # HTML templates\n│   ├── base.html          # Base template with common elements\n│   ├── dashboard.html     # Main dashboard view\n│   ├── index.html         # Landing page\n│   ├── login.html         # Login page\n│   └── register.html      # Registration page\n├── static/                # Static files (if any)\n├── instance/              # Contains the SQLite database\n└── requirements.txt       # Project dependencies\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedosamamath%2Fdaywise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmedosamamath%2Fdaywise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedosamamath%2Fdaywise/lists"}