{"id":20773743,"url":"https://github.com/baybreezy/catcare","last_synced_at":"2026-01-27T21:19:32.291Z","repository":{"id":126507655,"uuid":"587921708","full_name":"BayBreezy/catcare","owner":"BayBreezy","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-13T03:35:13.000Z","size":1432,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T04:58:11.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BayBreezy.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}},"created_at":"2023-01-11T22:36:27.000Z","updated_at":"2023-04-29T19:37:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4dfef66-fe67-41e9-9922-0b803ad302c6","html_url":"https://github.com/BayBreezy/catcare","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BayBreezy/catcare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BayBreezy%2Fcatcare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BayBreezy%2Fcatcare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BayBreezy%2Fcatcare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BayBreezy%2Fcatcare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BayBreezy","download_url":"https://codeload.github.com/BayBreezy/catcare/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BayBreezy%2Fcatcare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28823191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T18:44:20.126Z","status":"ssl_error","status_checked_at":"2026-01-27T18:44:09.161Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-17T12:27:07.849Z","updated_at":"2026-01-27T21:19:32.274Z","avatar_url":"https://github.com/BayBreezy.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eCat\u003cspan style=\"color: #4f46e5\"\u003eCare\u003c/span\u003e\u003c/h1\u003e\n\n![Mockup of the landing page](/public//mockup.png)\n\n## Demo\n\nDemo can be found here [CatCare Demo](https://catcare.behonbaker.com/)\n\n### Why?\n\nI got tired of styling the [HeadlessUI](https://headlessui.com/) components. They are nice but to be styling them for each project is a pain. Vuetify 3 is out now so I thought, why not get the components from Vuetify \u0026 the precision in styling that Tailwind offers 🤔.\n\n### About\n\nSo this repo is just a starting point. Here I mix Nuxt 3 with TailwindCSS and Vuetify. Thanks to the people who made this possible(This is all open source stuff).\n\n#### Please Note 🚨\n\n- If you plan to use Vuetify's dark mode(theme), stick to Vuetify color classes. Mixing the classes (jumping between TW \u0026 Vuetify color classes) will be a pain to fix when switching between dark and light mode.\n\n- You can import tailwind colors inside your theme file for Vuetify. You can also instruct Vuetify to generate the color variants for you if you dont want to type out each `lighten` \u0026 `darken` variant like I did lol\n\n```ts\nimport { ThemeDefinition } from \"vuetify\";\nimport cols from \"tailwindcss/colors\";\n\nexport const myTheme: ThemeDefinition = {\n\tdark: false,\n\tcolors: {\n\t\t\"primary-lighten-6\": cols.indigo[50],\n\t\t\"primary-lighten-5\": cols.indigo[100],\n\t\t\"primary-lighten-4\": cols.indigo[200],\n\t\t\"primary-lighten-3\": cols.indigo[300],\n\t\t\"primary-lighten-2\": cols.indigo[400],\n\t\t\"primary-lighten-1\": cols.indigo[500],\n\t\tprimary: cols.indigo[600],\n\t\t\"primary-darken-1\": cols.indigo[700],\n\t\t\"primary-darken-2\": cols.indigo[800],\n\t\t\"primary-darken-3\": cols.indigo[900],\n\t},\n};\n```\n\n#### GSAP 🤔?\n\nYeah, I added gsap.. feel free to remove it and use your anime library of choice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaybreezy%2Fcatcare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaybreezy%2Fcatcare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaybreezy%2Fcatcare/lists"}