{"id":15316876,"url":"https://github.com/mateusfg7/todo-vue","last_synced_at":"2025-04-15T02:20:38.953Z","repository":{"id":174784848,"uuid":"652090592","full_name":"mateusfg7/todo-vue","owner":"mateusfg7","description":"Todo app made to study Vue.js","archived":false,"fork":false,"pushed_at":"2025-04-08T13:13:53.000Z","size":151,"stargazers_count":2,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T14:25:37.130Z","etag":null,"topics":["eslint","phosphor-icons","phosphoricons","prettier","tailwindcss","tailwindcss-form","to-do","todo","typescript","vue","vue-toastification","vue3"],"latest_commit_sha":null,"homepage":"https://todo-vue.mateusf.com","language":"Vue","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/mateusfg7.png","metadata":{"files":{"readme":"docs/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}},"created_at":"2023-06-11T03:52:57.000Z","updated_at":"2024-08-18T23:36:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"b542b2b8-0da7-4409-afdf-f69a37cb3aea","html_url":"https://github.com/mateusfg7/todo-vue","commit_stats":{"total_commits":48,"total_committers":2,"mean_commits":24.0,"dds":"0.20833333333333337","last_synced_commit":"8e6f275193e501681092e501fdd3742e6a5221ed"},"previous_names":["mateusfg7/todo-vue"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusfg7%2Ftodo-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusfg7%2Ftodo-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusfg7%2Ftodo-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusfg7%2Ftodo-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateusfg7","download_url":"https://codeload.github.com/mateusfg7/todo-vue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248991709,"owners_count":21194925,"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":["eslint","phosphor-icons","phosphoricons","prettier","tailwindcss","tailwindcss-form","to-do","todo","typescript","vue","vue-toastification","vue3"],"created_at":"2024-10-01T08:54:56.079Z","updated_at":"2025-04-15T02:20:38.931Z","avatar_url":"https://github.com/mateusfg7.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Todo Vue.js\n\nThis is a simple to-do app made for learning some [Vue.js](https://vuejs.org/) basic concepts.\n\n![](./screenshot.png)\n    \n![Vite](https://img.shields.io/badge/Vite-646CFF?\u0026style=for-the-badge\u0026logo=vite\u0026logoColor=fff)![Vue.js](https://img.shields.io/badge/Vue.js-4FC08D?\u0026style=for-the-badge\u0026logo=vue.js\u0026logoColor=fff)![Tailwind CSS](https://img.shields.io/badge/Tailwindcss-06B6D4?\u0026style=for-the-badge\u0026logo=tailwindcss\u0026logoColor=fff)![Typescript](https://img.shields.io/badge/Typescript-007acc?\u0026style=for-the-badge\u0026logo=Typescript\u0026logoColor=fff)![ESLint](https://img.shields.io/badge/ESLint-4B32C3?\u0026style=for-the-badge\u0026logo=ESLint)![Prettier](https://img.shields.io/badge/Prettier-F7B93E?\u0026style=for-the-badge\u0026logo=Prettier\u0026logoColor=000)\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n\n## Features\n\n🌟 Scroll when add new to-do \u003cbr\u003e\n🌟 Save to local storage \u003cbr\u003e\n🌟 Progress bar \u003cbr\u003e\n🌟 Fully animated \u003cbr\u003e\n🌟 Warning toats with error messages \u003cbr\u003e\n🌟 Vue.js color pallet \u003cbr\u003e\n\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).\n\n## Type Support for `.vue` Imports in TS\n\nTypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.\n\nIf the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:\n\n1. Disable the built-in TypeScript Extension\n    1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette\n    2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`\n2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Project Setup\n\n```sh\npnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\npnpm dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\npnpm build\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\npnpm lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusfg7%2Ftodo-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateusfg7%2Ftodo-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusfg7%2Ftodo-vue/lists"}