{"id":29970619,"url":"https://github.com/chronosgit/java-task-manager","last_synced_at":"2025-08-04T05:39:40.183Z","repository":{"id":306692097,"uuid":"1026954528","full_name":"chronosgit/java-task-manager","owner":"chronosgit","description":"A Java-based console task manager with scheduling, file persistence, and background music using multithreading.","archived":false,"fork":false,"pushed_at":"2025-08-03T21:39:06.000Z","size":45746,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-03T22:17:20.889Z","etag":null,"topics":["cli","console","java","task-manager"],"latest_commit_sha":null,"homepage":"","language":"Java","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/chronosgit.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-07-27T01:47:37.000Z","updated_at":"2025-08-03T21:38:48.000Z","dependencies_parsed_at":"2025-08-03T22:11:08.897Z","dependency_job_id":null,"html_url":"https://github.com/chronosgit/java-task-manager","commit_stats":null,"previous_names":["chronosgit/java-task-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chronosgit/java-task-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronosgit%2Fjava-task-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronosgit%2Fjava-task-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronosgit%2Fjava-task-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronosgit%2Fjava-task-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chronosgit","download_url":"https://codeload.github.com/chronosgit/java-task-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronosgit%2Fjava-task-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268655159,"owners_count":24285128,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","console","java","task-manager"],"created_at":"2025-08-04T05:39:38.770Z","updated_at":"2025-08-04T05:39:40.146Z","avatar_url":"https://github.com/chronosgit.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Manager\n\nA console-based task managing tool built with Java, designed to help you manage personal tasks with deadlines. This project demonstrates core Java concepts including object-oriented programming and file I/O.\n\n## ✨ Features\n\n- 📝 Create and manage tasks  \n- ⏰ Set deadlines  \n- 🎵 Background music playback (runs in a separate thread)  \n- 💾 Save and load tasks to/from disk  \n- 📂 Structured using Maven conventions  \n- 🔁 Cross-platform (runs on any system with Java 17+)  \n\n## 📦 Tech Stack\n\n- Java 17+  \n- File I/O  \n- Java Sound API for audio  \n\n## 📁 Project Structure\n\nThis project follows the standard Maven directory layout:\n\n    java-task-manager/\n    ├── src/\n    │   ├── main/\n    │   │   ├── java/\n    │   │   └── resources/\n    │   └── test/\n    │       ├── java/\n    ├── target/\n    ├── pom.xml\n    ├── README.md\n\n\n## How to use\n\n1. Install JDK.\n1. Clone the repository.\n1. Create two files inside `src/main/.data` directory:\n    - `.settings.properties`\n    - `.tasks.csv `\n\nIn `.settings.properties`, add your settings like this:\n\n    # Thu Jul 31 18:27:33 PDT 2025\n    color=\n    username=\n\nIn `.tasks.csv`, add the CSV header and a mandatory empty line below it:\n\n    id,title,body,isCompleted,start,end\n    [mandatory empty line here]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronosgit%2Fjava-task-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchronosgit%2Fjava-task-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronosgit%2Fjava-task-manager/lists"}