{"id":23704106,"url":"https://github.com/getssh/techup-sprint2","last_synced_at":"2026-05-01T14:30:19.958Z","repository":{"id":185067179,"uuid":"672896169","full_name":"getssh/Techup-sprint2","owner":"getssh","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-06T12:29:00.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-30T13:23:55.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/getssh.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}},"created_at":"2023-07-31T12:12:49.000Z","updated_at":"2023-07-31T12:20:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"82237d4e-ff41-4824-9fa2-78d70c2d6c71","html_url":"https://github.com/getssh/Techup-sprint2","commit_stats":null,"previous_names":["getssh/techup-sprint2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getssh%2FTechup-sprint2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getssh%2FTechup-sprint2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getssh%2FTechup-sprint2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getssh%2FTechup-sprint2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getssh","download_url":"https://codeload.github.com/getssh/Techup-sprint2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240078971,"owners_count":19744715,"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","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":[],"created_at":"2024-12-30T13:24:07.541Z","updated_at":"2026-05-01T14:30:19.882Z","avatar_url":"https://github.com/getssh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Welcome to Sprint 2 !\n\nIn this sprint, you will be tasked with implementing some core utility functions for our Applicant Tracking System.\n\n## Topics\n- Algorithms, Data structures\n- Problem-solving\n- Core Javascript\n- Unit testing (with [Jest](https://jestjs.io/) )\n\n## Prerequisites\n\n- [Node](https://nodejs.org/en/download) and npm need to be installed.\n- You can use your prefered IDE, or use Github workspaces to work on your project.\n\n\n\n## Getting started 🚀\n\n- Create a clone of this project\n- Install dependencies\n```bash\n  npm install\n```\n- Run the unit tests\n\n```bash\n npm run test\n```\nYou will see that most tests will have failed. Your goal is to complete the challenges so that, by the end of the sprint, all tests will pass.\n\n## Project Structure\n```bash\n.\n├── README.md\n├── babel.config.cjs\n├── challenges\n│   ├── challenge.2.1.js\n│   ├── challenge.2.2.js\n│   ├── challenge.2.3.js\n│   └── challenge.2.4.js\n├── common\n│   └── model.js\n├── jest.config.mjs\n├── package-lock.json\n├── package.json\n└── tests\n    └── normalize.test.js\n    └── ...other tests....\n\n```\n- The `model.js` file contains implementations of the model classes that we will be using. It's important to carefully examine these classes before attempting the challenges.\n- The `challenges/` folder contains the different challenges to complete during this sprint. \n\n## Challenges\n\n- **Challenge 2.1**: complete the functions in the challenge.2.1.js file. All unit tests must pass, and your solutions should be as optimal as possible.\n\n- **Challenge 2.2**: complete the functions in the challenge.2.2.js file. All unit tests must pass, and your solutions should be as optimal as possible.\n\n- **Challenge 2.3**: complete the functions in the challenge.2.3.js file. All unit tests must pass, and your solutions should be as optimal as possible.\n\n- **Challenge 2.4**: complete the functions in the challenge.2.4.js file. All unit tests must pass, and your solutions should be as optimal as possible.\n\n- **Challenge 2.5**: Examine the coverage report displayed when you run `npm run test`. The challenge is to create additional unit tests to improve your test coverage. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetssh%2Ftechup-sprint2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetssh%2Ftechup-sprint2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetssh%2Ftechup-sprint2/lists"}