{"id":29568830,"url":"https://github.com/fivethreeeo/ts-vanilla-todolist","last_synced_at":"2025-12-31T14:13:47.650Z","repository":{"id":132942621,"uuid":"530042131","full_name":"fivethreeeo/ts-vanilla-todolist","owner":"fivethreeeo","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-21T02:17:58.000Z","size":384,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-04T19:25:36.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/fivethreeeo.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":"2022-08-29T02:41:18.000Z","updated_at":"2023-08-04T19:25:40.123Z","dependencies_parsed_at":null,"dependency_job_id":"b55bc2c2-04be-4a3a-a3c5-2273f344a436","html_url":"https://github.com/fivethreeeo/ts-vanilla-todolist","commit_stats":null,"previous_names":["fivethreeeo/ts-vanilla-todolist"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/fivethreeeo/ts-vanilla-todolist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fts-vanilla-todolist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fts-vanilla-todolist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fts-vanilla-todolist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fts-vanilla-todolist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fivethreeeo","download_url":"https://codeload.github.com/fivethreeeo/ts-vanilla-todolist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethreeeo%2Fts-vanilla-todolist/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265866474,"owners_count":23840969,"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:31.064Z","updated_at":"2025-12-31T14:13:47.592Z","avatar_url":"https://github.com/fivethreeeo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ts-vanilla-todolist\n\n## 실행방법\n\n```\nyarn build\nyarn dev\n```\n\n## 구현 내용\n\n- 데이터를 관리하는 `Store` 와 화면을 표시하는 `View` 파일로 분리\n- 공통으로 쓰이는 `enum`과 `type`를 파일로 분리\n  - type분리를 할 때 `d.ts` 형식 등 방법이 있는 것 같은데 `enum` 은 해당 `d.ts` 파일에 넣으면 에러가 나서 아직 학습이 더 필요할 것 같아서 일단 `ts` 파일로 분리했다.\n  - `TodoView`에서 `Store`를 파라미터로 받기 때문에 View에서 Store의 타입을 알고있어야 한다. 그래서 View에서 Store파일을 직접 import를 했는데 이게 좋은 방법인지 모르겠다. Store 전체 파일을 import 안해도 되는 방법이 있을 것 같아서 더 학습을 해봐야겠다.\n\n#### 1. Create\n\n- [x] 1-1. 할 일을 추가할 수 있다.\n\n\u003c/br\u003e\n\n#### 2. Read\n\n- [x] 2-1. 모든 할 일을 조회할 수 있다.\n- [x] 2-2. (할 일, 완료된 일, 모두) 필터 기준으로 조회할 수 있다.\n\n\u003c/br\u003e\n\n#### 3. Update\n\n- [x] 3-1. 할 일의 내용을 수정할 수 있다.\n- [x] 3-2. 할 일의 상태를 수정할 수 있다.\n\n\u003c/br\u003e\n\n#### 4. Delete\n\n- [x] 4-1. 할 일을 제거할 수 있다.\n\n\u003c/br\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivethreeeo%2Fts-vanilla-todolist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffivethreeeo%2Fts-vanilla-todolist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivethreeeo%2Fts-vanilla-todolist/lists"}