{"id":20068067,"url":"https://github.com/malanski/malanski-art-store","last_synced_at":"2026-06-11T10:31:08.990Z","repository":{"id":192486913,"uuid":"686745831","full_name":"malanski/malanski-art-store","owner":"malanski","description":"Product designed by myself and produced and delivered by Colab55 a on-demand plataform","archived":false,"fork":false,"pushed_at":"2023-09-12T08:07:23.000Z","size":115500,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T11:22:35.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://malanski-art-store.vercel.app","language":"TypeScript","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/malanski.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-09-03T19:57:56.000Z","updated_at":"2023-09-04T18:34:34.000Z","dependencies_parsed_at":"2025-01-12T23:36:32.178Z","dependency_job_id":null,"html_url":"https://github.com/malanski/malanski-art-store","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"63d631abe5e7b4f2049842a2b002449531cf6dcf"},"previous_names":["malanski/malanski-art-store"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malanski/malanski-art-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Fmalanski-art-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Fmalanski-art-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Fmalanski-art-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Fmalanski-art-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malanski","download_url":"https://codeload.github.com/malanski/malanski-art-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malanski%2Fmalanski-art-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34195112,"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-11T02:00:06.485Z","response_time":57,"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":"2024-11-13T14:05:13.739Z","updated_at":"2026-06-11T10:31:08.972Z","avatar_url":"https://github.com/malanski.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React + TypeScript + Vite\n\n\n## Project structure  \n  \nEsta loja virtual é como uma sala de visitas para clientes que ainda não conhecem a loja principal, situada na plataforma [Colab 55](https://www.colab55.com/@malanskiart/), onde exibimos uma seleção dos trabalhos que melhor representam todo o catálogo de produtos da [@malanskiart](https://www.colab55.com/@malanskiart/).  \n  \nNesse aplicativo podemos separar e reorganizar os produtos em uma ordem diferente da loja principal na Colab 55, podendo assim dar destaque aos produtos que estão muito abaixo na lista geral. Da mesma forma, podemos criar agrupamentos e coleções especiais conectado produtos que foram criados em tempos diferentes.  \n    \n#### Roupas: \n- Camisetas\n- Full Prints\n- Moletons\n- Leggings\n\n- Meias\n- Bodies(bebes)\n\n#### Acessórios: \n- Bonés\n- Broches\n- Toalhas   \n- Chinelos\n\n- Bolsas \n  \n#### Itens: \n- Almofadas\n- Canecas\n- Cadernos\n- Aventais\n\n- Adesivos\n- Azulejos\n- Posters\n- Quadros\n- Imãs  \n- Capinhas  \n  \n## Installation \n  \nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n\n## Expanding the ESLint configuration\n\nIf you are developing a production application, we recommend updating the configuration to enable type aware lint rules:\n\n- Configure the top-level `parserOptions` property like this:\n\n```js\n   parserOptions: {\n    ecmaVersion: 'latest',\n    sourceType: 'module',\n    project: ['./tsconfig.json', './tsconfig.node.json'],\n    tsconfigRootDir: __dirname,\n   },\n```\n\n- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`\n- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`\n- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` \u0026 `plugin:react/jsx-runtime` to the `extends` list\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalanski%2Fmalanski-art-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalanski%2Fmalanski-art-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalanski%2Fmalanski-art-store/lists"}