{"id":15099273,"url":"https://github.com/kulapoo/todo-web","last_synced_at":"2026-01-08T21:07:15.674Z","repository":{"id":242351935,"uuid":"809333901","full_name":"kulapoo/todo-web","owner":"kulapoo","description":"A minimal Todo app demo and sandbox. Built with Rust, Native Web Components, and Zustand for state management, this app is bundled using Vite with TypeScript support.","archived":false,"fork":false,"pushed_at":"2024-06-02T15:27:59.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T11:48:02.036Z","etag":null,"topics":["native","rust","todo-app","typescript","web-components","zustand"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kulapoo.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}},"created_at":"2024-06-02T11:58:29.000Z","updated_at":"2024-06-02T15:28:02.000Z","dependencies_parsed_at":"2024-06-02T13:27:07.869Z","dependency_job_id":"ca592239-36af-4e49-a7b1-db4ab747e325","html_url":"https://github.com/kulapoo/todo-web","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":0.5,"last_synced_commit":"fe628fb6ee62f2b3fb88a5e2de73aaa27d494264"},"previous_names":["kulapoo/todo-web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kulapoo%2Ftodo-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kulapoo%2Ftodo-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kulapoo%2Ftodo-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kulapoo%2Ftodo-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kulapoo","download_url":"https://codeload.github.com/kulapoo/todo-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301954,"owners_count":20755512,"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":["native","rust","todo-app","typescript","web-components","zustand"],"created_at":"2024-09-25T17:09:10.885Z","updated_at":"2026-01-08T21:07:15.595Z","avatar_url":"https://github.com/kulapoo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Yet another \"todo\" sample**\n\nA minimal Todo app demo and sandbox. Built with Rust, Native Web Components, and Zustand for state management, this app is bundled using Vite with TypeScript support.\n\n## Features\n\n- Add, Edit, and Delete Tasks.\n- Mark as Complete.\n- State: Using Zustand for state management.\n- Modern Web Components\n- Rust Backend: A robust backend powered by Rust using Tokio and Warp for optimal performance.\n- Shoelace UI Library: Utilize Shoelace for modern and customizable UI components.\n\n## Technologies Used\n\n- Rust: For the backend logic and API, using Tokio and Warp.\n- Native Web Components: For a modular and reusable front-end.\n- Zustand: For state management.\n- Vite with TypeScript: For bundling and development.\n- Shoelace: For the UI library.\n- pnpm: For package management.\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (version 18 or above)\n- [Rust](https://www.rust-lang.org/)\n- [Vite](https://vitejs.dev/)\n- [pnpm](https://pnpm.io/)\n\n### Installation\n\n1.\tClone the repository:\n```sh\n  git clone https://github.com/kulapoo/todo-web.git\n  cd todo-web\n```\n\n2.\tInstall dependencies:\n\n```sh\n  pnpm install\n```\n\n3. Run the Rust backend:\n  Open a separate terminal and navigate to the project directory, then run:\n```sh\n  cargo run\n```\n\n4.\tStart the Vite development server:\nOpen another terminal and navigate to the project directory, then run:\n```sh\n  pnpm run dev\n```\n\n\n## Project Structure\n\n```sh\ntodo-web-client/\n├── src/\n│   ├── pages/\n│   │   ├── Login/\n│   │   └── Task/\n│   │       ├── components/\n│   │       │   ├── TaskList.tsx\n│   │       │   ├── TaskListItem.tsx\n│   │       │   └── TaskDirectory.tsx\n│   │       ├── TaskPresenter.ts\n│   │       └── TaskService.ts\n├── index.html\n├── package.json\n├── README.md\n└── vite.config.ts\n```\n\n## Usage\n\n- Add a Task: Use the input field to enter a new task and click “Add Task”.\n- Edit a Task: Click on a task to edit its details.\n- Delete a Task: Click the delete icon next to a task to remove it.\n- Mark as Complete: Click the checkbox next to a task to mark it as complete.\n\n\nThe backend API provides a default route /tasks to manage tasks with the following HTTP methods.\n(Note that it uses memory as the store)\n\n- POST /tasks: Create a new task.\n- DELETE /tasks/:id: Delete a task by its ID.\n- PUT /tasks/:id: Update a task by its ID.\n- PATCH /tasks/:id:/completed Mark a task as completed by its ID.\n- GET /tasks: Retrieve all tasks.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\nFeel free to reach out if you have any questions or need further assistance.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkulapoo%2Ftodo-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkulapoo%2Ftodo-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkulapoo%2Ftodo-web/lists"}