{"id":20267292,"url":"https://github.com/eldarlrd/todo-list","last_synced_at":"2026-05-11T17:35:48.711Z","repository":{"id":185023733,"uuid":"672655216","full_name":"eldarlrd/todo-list","owner":"eldarlrd","description":"A Complex Todo List with Projects for TOP.","archived":false,"fork":false,"pushed_at":"2026-02-02T13:56:59.000Z","size":1556,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-20T14:11:19.994Z","etag":null,"topics":["firebase","odin-project","preact","pwa","todolist","twind"],"latest_commit_sha":null,"homepage":"http://eldarlrd.is-a.dev/todo-list/","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eldarlrd.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-30T20:14:07.000Z","updated_at":"2026-02-12T16:56:48.000Z","dependencies_parsed_at":"2023-09-22T23:50:36.094Z","dependency_job_id":"9b5f85bc-13dc-4a8b-b6b7-f2d17a46bfb0","html_url":"https://github.com/eldarlrd/todo-list","commit_stats":null,"previous_names":["eldarlrd/todo-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eldarlrd/todo-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldarlrd%2Ftodo-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldarlrd%2Ftodo-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldarlrd%2Ftodo-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldarlrd%2Ftodo-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eldarlrd","download_url":"https://codeload.github.com/eldarlrd/todo-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldarlrd%2Ftodo-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32906342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["firebase","odin-project","preact","pwa","todolist","twind"],"created_at":"2024-11-14T12:14:06.934Z","updated_at":"2026-05-11T17:35:48.706Z","avatar_url":"https://github.com/eldarlrd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo List\n[![Version](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/todo-list/main/package.json\u0026query=version\u0026logo=git-extensions\u0026label=version\u0026labelColor=475569\u0026color=0284c7)](https://github.com/eldarlrd/todo-list/blob/main/package.json)\n[![License](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/todo-list/main/package.json\u0026query=license\u0026logo=open-source-initiative\u0026logoColor=fff\u0026label=license\u0026labelColor=475569\u0026color=c026d3)](https://github.com/eldarlrd/todo-list/blob/main/LICENSE)\n\n\u003e Todo List is a website built with\n\u003e - **[Preact](https://preactjs.com)**\n\u003e - **[TypeScript](https://typescriptlang.org)**\n\u003e - **[Redux Toolkit](https://redux-toolkit.js.org)**\n\u003e - **[Firebase](https://firebase.google.com)**\n\u003e - **[Nano ID](https://zelark.github.io/nano-id-cc)**\n\u003e - **[dnd kit](https://dndkit.com)**\n\u003e - **[date-fns](https://date-fns.org)**\n\u003e - **[React Hot Toast](https://react-hot-toast.com)**\n\u003e - **[focus-trap](https://focus-trap.github.io/focus-trap)**\n\u003e - **[Twind](https://twind.style)**\n\u003e - **[Lucide](https://lucide.dev)**\n\u003e - **[Vite PWA](https://vite-pwa-org.netlify.app)**\n\u003e - **[Vitest](https://vitest.dev)**\n\u003e - **[Vite](https://vite.dev)**\n\u003e\n\u003e providing projects \u0026 progress stages.\n\n## Install\n```sh\nbun i\n```\n## Develop\n### Run Env\n```sh\nbun dev\n```\n### Prod Build\n```sh\nbun bundle\n```\n### Preview Prod Build\n```sh\nbun preview\n```\n### Fix Code (ESLint + Prettier)\n```sh\nbun fix\n```\n### See Orphans (Knip)\n```sh\nbun orphans\n```\n## Test\n### Run Watch\n```sh\nbun spec\n```\n### Coverage Report\n```sh\nbun cover\n```\n## Deploy\n```sh\nbun deployer\n```\n***\n*This README was originally generated by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldarlrd%2Ftodo-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feldarlrd%2Ftodo-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldarlrd%2Ftodo-list/lists"}