{"id":20077141,"url":"https://github.com/manmohan15214/coronasafe-challenge-2020","last_synced_at":"2026-05-09T20:01:44.253Z","repository":{"id":156678870,"uuid":"324241112","full_name":"Manmohan15214/CoronaSafe-Challenge-2020","owner":"Manmohan15214","description":"CLI App submission for the CoronaSafe Challenge 2020 (National Engineering Leadership Cadre for Public Services)","archived":false,"fork":false,"pushed_at":"2020-12-25T19:51:47.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T12:46:03.623Z","etag":null,"topics":["cli","cpp","todolist"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Manmohan15214.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":"2020-12-24T21:45:51.000Z","updated_at":"2023-02-17T00:41:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"072e1700-a4b1-4def-aba8-19b45825f905","html_url":"https://github.com/Manmohan15214/CoronaSafe-Challenge-2020","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Manmohan15214/CoronaSafe-Challenge-2020","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manmohan15214%2FCoronaSafe-Challenge-2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manmohan15214%2FCoronaSafe-Challenge-2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manmohan15214%2FCoronaSafe-Challenge-2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manmohan15214%2FCoronaSafe-Challenge-2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Manmohan15214","download_url":"https://codeload.github.com/Manmohan15214/CoronaSafe-Challenge-2020/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Manmohan15214%2FCoronaSafe-Challenge-2020/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27282348,"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-11-26T02:00:06.075Z","response_time":193,"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","cpp","todolist"],"created_at":"2024-11-13T15:06:16.231Z","updated_at":"2025-11-27T20:04:48.742Z","avatar_url":"https://github.com/Manmohan15214.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoronaSafe Challenge 2020\n\nThis CLI App has been made as per the required specs.\n\n## Installation\n\nAfter Unzipping the content, you'll be greeted with a Source File 'todo.cpp' which needs to be substituted against the files that was provided along with the C++ [repo](https://apply.pupilfirst.org/students/task/cpp) from the Challenge Page.\n\n\n## Usage (Copied)\n\n### Getting started\n\n1. Install CPP: You should have build support for cpp on your system.\n\n2. You are expected to write the code in `todo.cpp` file.\n\n3. You should be able to build the app by running `make app`.\n\n4. Once you are done with the changes you should be able to execute the todo app by running the following command from the terminal.\n\n   **On Windows:**\n\n   ```\n   .\\todo.bat\n   ```\n\n   **On \\*nix:**\n\n   ```\n   ./todo.sh\n   ```\n### Run Automated Tests\n\n#### 1. Install Node.js\n\nYou need to have npm installed in your computer for this problem. It comes with Node.js and you can get it by installing Node from https://nodejs.org/en/\n\n#### 2. Install dependencies\n\nRun `npm install` to install all dependencies.\n\n#### 3. Create Create symbolic link to the executable file\n\n#### On Windows\n\nTo create a symbolic link on Windows, you'll need to run either the Windows Command Prompt, or Windows Powershell **with administrator privileges**. To do so, right-click on the icon for Command Prompt, or Powershell, and choose the _\"Run as Administrator\"_ option.\n\n**Command Prompt:**\n\n```\n\u003e mklink todo todo.bat\n```\n\n**Powershell:**\n\n```\n\u003e cmd /c mklink todo todo.bat\n```\n\n#### On \\*nix:\n\nRun the following command in your shell:\n\n```\n$ ln -s todo.sh todo\n```\n\n#### 4. Try running tests.\n\nNow run `npm test` and you will see all the tests failing. As you fill in each functionality, you can re-run the tests to see them passing one by one.\n\n## A Note about `/` for Windows Users\n\nIn the following sections, you'll see many commands prefixed with `./`, or paths containing the `/` (forward-slash) character.\n\nIf you're using the Windows _Command Prompt_, then you'll need to replace `/` with `\\` (back-slash) for these commands and paths to work as expected.\n\nOn Windows _Powershell_, these substitutions are not required.\n\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanmohan15214%2Fcoronasafe-challenge-2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanmohan15214%2Fcoronasafe-challenge-2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanmohan15214%2Fcoronasafe-challenge-2020/lists"}