{"id":29568875,"url":"https://github.com/fivethreeeo/wanted-pre-onboarding-challenge-fe-2","last_synced_at":"2025-12-31T14:13:41.599Z","repository":{"id":132942790,"uuid":"527273492","full_name":"fivethreeeo/wanted-pre-onboarding-challenge-fe-2","owner":"fivethreeeo","description":"원티드 프리온보딩 프론트엔드 챌린지 2차 사전과제","archived":false,"fork":false,"pushed_at":"2022-09-06T06:38:23.000Z","size":397,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-04T19:25:37.611Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fivethreeeo.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}},"created_at":"2022-08-21T17:09:56.000Z","updated_at":"2023-08-04T19:25:40.238Z","dependencies_parsed_at":"2024-08-15T13:35:17.219Z","dependency_job_id":null,"html_url":"https://github.com/fivethreeeo/wanted-pre-onboarding-challenge-fe-2","commit_stats":null,"previous_names":["fivethreeeo/wanted-pre-onboarding-challenge-fe-2"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/fivethreeeo/wanted-pre-onboarding-challenge-fe-2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fwanted-pre-onboarding-challenge-fe-2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fwanted-pre-onboarding-challenge-fe-2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fwanted-pre-onboarding-challenge-fe-2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fwanted-pre-onboarding-challenge-fe-2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fivethreeeo","download_url":"https://codeload.github.com/fivethreeeo/wanted-pre-onboarding-challenge-fe-2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fwanted-pre-onboarding-challenge-fe-2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265866478,"owners_count":23840970,"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":"2025-07-19T01:07:39.351Z","updated_at":"2025-12-31T14:13:41.570Z","avatar_url":"https://github.com/fivethreeeo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wanted-pre-onboarding-challenge-fe-2\n\n원티드 프리온보딩 프론트엔드 챌린지 2차 사전과제\n\n## JSDoc 배포 페이지\n\nhttps://sangbeomheo.github.io/wanted-pre-onboarding-challenge-fe-2/\n\n\u003cbr\u003e\n\n## 프로젝트 실행 방법\n\n```\nyarn build\nyarn dev\n```\n\n## 프로젝트 설계\n\n#### `typedef.js`\n\n- 타입 관리\n\n#### `TodoStore.js`\n\n- Todo 데이터를 소유\u0026관리 (조회, 추가, 삭제, 수정)\n- 의존성 없음\n\n#### `TodoView.js`\n\n- 렌더링에 필요한 요소를 만들고 화면에 List를 렌더링\n- html 요소들과 이벤트, 이벤트관련 함수들을 관리\n- Store를 알고 있음\n- handler 또는 controller 역할도 같이 수행.(렌더링 관련 부분의 양이 작아서 view에서 함께 관리하도록 결정함)\n\n\u003cbr\u003e\n\n## 요구사항 구현\n\n### 필수 요구사항\n\n- [x] 필요한 데이터를 모두 모델링한다.\n- [x] 사용되는 모든 함수를 `선언부만` 만든다.\n- [x] `JSDoc`을 활용해 문서화한다.\n- [x] `GitHub Page`를 활용해 `JSDoc` 정적 페이지를 배포한다.\n\n\u003cbr\u003e\n\n### CRUD\n\n- 선언부로 작성한 내용들을 체크했습니다.\n\n#### CREATE\n\n- [x] 할 일을 추가할 수 있다.\n- [x] 내용없이 추가할 수 없다.\n\n#### READ\n\n- [x] 모든 할 일을 조회할 수 있다.\n- [x] ID를 기반으로 특정 할 일을 조회할 수 있다.\n\n#### UPDATE\n\n- [x] ID를 제외한 모든 속성을 수정할 수 있다.\n- [x] 특정 할 일의 특정 태그를 수정할 수 있다.\n\n#### DELETE\n\n- [x] ID를 기반으로 특정 할 일을 삭제할 수 있다.\n- [x] 모든 할 일을 제거할 수 있다.\n- [x] 특정 할 일의 특정 태그를 삭제할 수 있다.\n- [x] 특정 할 일의 모든 태그를 제거할 수 있다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivethreeeo%2Fwanted-pre-onboarding-challenge-fe-2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffivethreeeo%2Fwanted-pre-onboarding-challenge-fe-2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivethreeeo%2Fwanted-pre-onboarding-challenge-fe-2/lists"}