{"id":50665596,"url":"https://github.com/svssdeva/dioxus-todo","last_synced_at":"2026-06-08T06:04:26.499Z","repository":{"id":359804609,"uuid":"1141053377","full_name":"svssdeva/Dioxus-Todo","owner":"svssdeva","description":"Dioxus Based Todo App","archived":false,"fork":false,"pushed_at":"2026-01-27T14:23:13.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T15:35:31.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/svssdeva.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-24T06:43:13.000Z","updated_at":"2026-01-27T14:23:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/svssdeva/Dioxus-Todo","commit_stats":null,"previous_names":["svssdeva/dioxus-todo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/svssdeva/Dioxus-Todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svssdeva%2FDioxus-Todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svssdeva%2FDioxus-Todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svssdeva%2FDioxus-Todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svssdeva%2FDioxus-Todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svssdeva","download_url":"https://codeload.github.com/svssdeva/Dioxus-Todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svssdeva%2FDioxus-Todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34050238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-08T06:04:10.120Z","updated_at":"2026-06-08T06:04:26.494Z","avatar_url":"https://github.com/svssdeva.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Development\n\nYour new bare-bones project includes minimal organization with a single `main.rs` file and a few assets.\n\n```\nproject/\n├─ assets/ # Any assets that are used by the app should be placed here\n├─ src/\n│  ├─ main.rs # main.rs is the entry point to your application and currently contains all components for the app\n├─ Cargo.toml # The Cargo.toml file defines the dependencies and feature flags for your project\n```\n\n### Automatic Tailwind (Dioxus 0.7+)\n\nAs of Dioxus 0.7, there no longer is a need to manually install tailwind. Simply `dx serve` and you're good to go!\n\nAutomatic tailwind is supported by checking for a file called `tailwind.css` in your app's manifest directory (next to Cargo.toml). To customize the file, use the dioxus.toml:\n\n```toml\n[application]\ntailwind_input = \"my.css\"\ntailwind_output = \"assets/out.css\" # also customize the location of the out file!\n```\n\n### Tailwind Manual Install\n\nTo use tailwind plugins or manually customize tailwind, you can can install the Tailwind CLI and use it directly.\n\n### Tailwind\n1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm\n2. Install the Tailwind CSS CLI: https://tailwindcss.com/docs/installation/tailwind-cli\n3. Run the following command in the root of the project to start the Tailwind CSS compiler:\n\n```bash\nnpx @tailwindcss/cli -i ./input.css -o ./assets/tailwind.css --watch\n```\n\n### Serving Your App\n\nRun the following command in the root of your project to start developing with the default platform:\n\n```bash\ndx serve\n```\n\nTo run for a different platform, use the `--platform platform` flag. E.g.\n```bash\ndx serve --platform desktop\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvssdeva%2Fdioxus-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvssdeva%2Fdioxus-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvssdeva%2Fdioxus-todo/lists"}