{"id":30104086,"url":"https://github.com/erikwebdeveloper/wishlists","last_synced_at":"2025-08-09T22:14:32.711Z","repository":{"id":306116953,"uuid":"1025066651","full_name":"ErikWebDeveloper/WishLists","owner":"ErikWebDeveloper","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-23T19:05:57.000Z","size":231,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-23T20:09:40.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ErikWebDeveloper.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}},"created_at":"2025-07-23T17:05:20.000Z","updated_at":"2025-07-23T19:06:01.000Z","dependencies_parsed_at":"2025-07-23T20:09:42.777Z","dependency_job_id":"031adc2a-bd6e-482f-98ce-4e279cb0b666","html_url":"https://github.com/ErikWebDeveloper/WishLists","commit_stats":null,"previous_names":["erikwebdeveloper/wishlists"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ErikWebDeveloper/WishLists","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikWebDeveloper%2FWishLists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikWebDeveloper%2FWishLists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikWebDeveloper%2FWishLists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikWebDeveloper%2FWishLists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErikWebDeveloper","download_url":"https://codeload.github.com/ErikWebDeveloper/WishLists/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikWebDeveloper%2FWishLists/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269646932,"owners_count":24453096,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","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":"2025-08-09T22:14:32.195Z","updated_at":"2025-08-09T22:14:32.696Z","avatar_url":"https://github.com/ErikWebDeveloper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎁 WishLists\n\nWishLists es una aplicación web moderna para crear, compartir y organizar listas de deseos de forma sencilla y visual. Ideal para cumpleaños, eventos, compras personales o colaborativas.\n\n## 🚀 Tecnologías Utilizadas\n\n- ⚡ [Vite](https://vitejs.dev/) – Bundler ultrarrápido para desarrollo moderno\n- ⚛️ [React](https://reactjs.org/) – Librería de UI declarativa\n- ✨ [TypeScript](https://www.typescriptlang.org/) – Tipado estático para mayor seguridad\n- 🎨 [Ant Design](https://ant.design/) – Sistema de diseño con componentes elegantes\n- 🧰 [Supabase](https://supabase.com/) – Backend como servicio (auth, base de datos, almacenamiento)\n\n## 🖼️ Funcionalidades\n\n- 📋 Crear múltiples listas de deseos personalizadas\n- 🎨 Agregar imágenes, descripciones, orden personalizado y favoritos\n- 🔐 Autenticación de usuarios (registro, login, logout)\n- 🔗 Compartir listas públicas mediante enlaces\n- ✏️ Edición de listas e ítems en tiempo real\n- ☁️ Datos sincronizados automáticamente con Supabase\n\n## 🛠️ Instalación\n\n1. **Clonar el repositorio**\n\n```bash\ngit clone https://github.com/tuusuario/wishlists.git\ncd wishlists\n````\n\n2. **Instalar dependencias**\n\n```bash\nnpm install\n# o\nyarn install\n```\n\n3. **Configurar variables de entorno**\n\nCrea un archivo `.env` en la raíz con tus claves de Supabase:\n\n```env\nVITE_SUPABASE_URL=https://xxxx.supabase.co\nVITE_SUPABASE_ANON_KEY=your-anon-key\n```\n\n4. **Iniciar el servidor de desarrollo**\n\n```bash\nnpm run dev\n```\n\n## 🧪 Scripts disponibles\n\n| Comando           | Descripción                                  |\n| ----------------- | -------------------------------------------- |\n| `npm run dev`     | Inicia el servidor de desarrollo             |\n| `npm run build`   | Genera la versión de producción              |\n| `npm run preview` | Previsualiza la app en producción localmente |\n| `npm run lint`    | Ejecuta el linter de TypeScript              |\n\n## 🖼️ Capturas\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/public/Screenshoot.png\" alt=\"Wishlist preview\" width=\"600\" /\u003e\n\u003c/p\u003e\n\n\n## 📁 Estructura del Proyecto\n\n```bash\nsrc/\n│\n├── components/       # Componentes reutilizables\n├── context/          # Context API (Auth, Listas, etc.)\n├── hooks/            # Custom hooks\n├── pages/            # Páginas principales\n├── services/         # Supabase y otras APIs\n├── types/            # Tipos de TypeScript\n└── utils/            # Funciones auxiliares\n```\n\n## 👤 Autor\n\n* [Erik Firmino](https://erikwebdeveloper.github.io/) – Desarrollador Full Stack\n\n## 📄 Licencia\n\nEste proyecto está bajo la licencia [MIT](LICENSE).\n\n---\n\n\u003e ¿Tienes ideas para mejorar WishLists? ¡Abre un issue o contribuye con un PR!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikwebdeveloper%2Fwishlists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferikwebdeveloper%2Fwishlists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikwebdeveloper%2Fwishlists/lists"}