{"id":42046702,"url":"https://github.com/gustadev24/knowledge-wardens","last_synced_at":"2026-01-26T06:11:12.370Z","repository":{"id":251211379,"uuid":"835063193","full_name":"gustadev24/knowledge-wardens","owner":"gustadev24","description":"The powerful witch wizard has possessed your master and there is only one way to defeat him. You must overcome their ancient knowledge.  A legend is your hope, look for knowledge wardens and achieve the victory.","archived":false,"fork":false,"pushed_at":"2025-12-17T20:16:09.000Z","size":95914,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-21T08:16:04.041Z","etag":null,"topics":["education","programming"],"latest_commit_sha":null,"homepage":"https://knowledge-wardens.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/gustadev24.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":null,"dco":null,"cla":null}},"created_at":"2024-07-29T04:57:54.000Z","updated_at":"2025-12-17T20:16:13.000Z","dependencies_parsed_at":"2025-03-24T23:37:28.776Z","dependency_job_id":null,"html_url":"https://github.com/gustadev24/knowledge-wardens","commit_stats":null,"previous_names":["guscreator/knowledge_wardens","gustadev24/knowledge_wardens","gustadev24/knowledge-wardens"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gustadev24/knowledge-wardens","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustadev24%2Fknowledge-wardens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustadev24%2Fknowledge-wardens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustadev24%2Fknowledge-wardens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustadev24%2Fknowledge-wardens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gustadev24","download_url":"https://codeload.github.com/gustadev24/knowledge-wardens/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustadev24%2Fknowledge-wardens/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28768086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["education","programming"],"created_at":"2026-01-26T06:11:11.724Z","updated_at":"2026-01-26T06:11:12.364Z","avatar_url":"https://github.com/gustadev24.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n\nPara declarar un bucle for en JavaScript, se utiliza la siguiente sintaxis: \\n \\n```\\nfor (inicialización; condición; incremento/decremento) {\\n  // código a ejecutar en cada iteración\\n}\\n```\\n\\nDonde:\\n\\n- `inicialización`: se utiliza para inicializar la variable del bucle.\\n- `condición`: se utiliza para establecer la condición que debe cumplirse para que el bucle continúe ejecutándose.\\n- `incremento/decremento`: se utiliza para modificar la variable del bucle en cada iteración.\\n\\nPor ejemplo, un bucle for que imprima los números del 1 al 10 se puede declarar de la siguiente manera:\\n\\n```\\nfor (var i = 1; i \\u003C= 10; i++) {\\n  console.log(i);\\n}\\n```\\n\\nEn este caso, la variable `i` se inicializa en 1, la condición es que `i` sea menor o igual a 10, y en cada iteración se incrementa `i` en 1. Dentro del bucle se utiliza `console.log()` para imprimir el valor de `i` en cada iteración.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustadev24%2Fknowledge-wardens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgustadev24%2Fknowledge-wardens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustadev24%2Fknowledge-wardens/lists"}