{"id":18859531,"url":"https://github.com/vishwas567917/to-do-list","last_synced_at":"2026-02-10T18:35:10.871Z","repository":{"id":251581933,"uuid":"837832533","full_name":"Vishwas567917/TO-DO-list","owner":"Vishwas567917","description":"To-Do List is a command-line application built in C. It allows users to manage tasks with features for adding, viewing, and deleting items. Ideal for demonstrating file handling and data management in C.","archived":false,"fork":false,"pushed_at":"2024-08-04T07:15:53.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T10:32:12.455Z","etag":null,"topics":["c","working"],"latest_commit_sha":null,"homepage":"","language":"C","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/Vishwas567917.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-08-04T07:02:16.000Z","updated_at":"2024-08-04T07:36:56.000Z","dependencies_parsed_at":"2024-08-04T08:26:16.691Z","dependency_job_id":"eb35b569-f6fb-4db6-8901-58e384f5fa37","html_url":"https://github.com/Vishwas567917/TO-DO-list","commit_stats":null,"previous_names":["vishwas567917/to-do-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vishwas567917/TO-DO-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishwas567917%2FTO-DO-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishwas567917%2FTO-DO-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishwas567917%2FTO-DO-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishwas567917%2FTO-DO-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vishwas567917","download_url":"https://codeload.github.com/Vishwas567917/TO-DO-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishwas567917%2FTO-DO-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271285534,"owners_count":24732930,"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-20T02:00:09.606Z","response_time":69,"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":["c","working"],"created_at":"2024-11-08T04:18:21.398Z","updated_at":"2026-02-10T18:35:05.847Z","avatar_url":"https://github.com/Vishwas567917.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do List Application\n\nThis project is a simple console-based To-Do List application implemented in C. It allows users to add tasks, view tasks, and delete tasks from their to-do list.\n\n## Features\n\n- Add tasks to the to-do list.\n- View all tasks in the to-do list.\n- Delete tasks from the to-do list.\n\n## Technologies Used\n\n- **C**: The programming language used to implement the application.\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/to-do-list.git\n2. Navigate to the project directory:\n   ```bash\n   cd to-do-list\n3. Compile the code using a C compiler:\n   ```bash\n    gcc -o todo todo.c\n\n4. Run the executable:\n   ```bash\n   ./todo\n\nUsage\n1. Run the program.\n2. You will be presented with a menu:\n   ```bash\n   To-Do List\n   1. Add Task\n   2. View Tasks\n   3. Delete Task\n   4. Exit\n   Enter your choice:\n3. Enter the number corresponding to your choice.\n1. Add Task: Enter the task description when prompted.\n2. View Tasks: Displays all the tasks in the list.\n3. Delete Task: Enter the task number to delete it from the list.\n4. Exit: Exits the application.\n\nExample Output:\nTo-Do List\n1. Add Task\n2. View Tasks\n3. Delete Task\n4. Exit\nEnter your choice: 1\nEnter the task: Buy groceries\nTask added successfully!\n\nTo-Do List\n1. Add Task\n2. View Tasks\n3. Delete Task\n4. Exit\nEnter your choice: 2\n\nYour Tasks:\n1. Buy groceries\n\nTo-Do List\n1. Add Task\n2. View Tasks\n3. Delete Task\n4. Exit\nEnter your choice: 3\nEnter the task number to delete: 1\nTask deleted successfully!\n\n**File Structure\ntodo.c: Main C file containing the To-Do List application implementation.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishwas567917%2Fto-do-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishwas567917%2Fto-do-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishwas567917%2Fto-do-list/lists"}