{"id":22664973,"url":"https://github.com/marcode24/codember-solutions","last_synced_at":"2026-01-31T11:02:50.697Z","repository":{"id":206072389,"uuid":"715410475","full_name":"marcode24/codember-solutions","owner":"marcode24","description":" 🎯 This repository contains my solutions to the challenges of the Codember challenges. The challenges are created by @midudev","archived":false,"fork":false,"pushed_at":"2024-11-24T07:31:36.000Z","size":143,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T08:40:52.034Z","etag":null,"topics":["codember","codember2022","codember2023","eslint","eslint-config-airbnb","eslint-plugin-import","eslint-plugin-jest","husky","javascript","jest","js","solutions","testing"],"latest_commit_sha":null,"homepage":"https://codember.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcode24.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-11-07T04:45:17.000Z","updated_at":"2024-11-24T07:28:52.000Z","dependencies_parsed_at":"2023-11-08T01:08:43.449Z","dependency_job_id":"bb7cb574-983c-44fa-944b-5bb23a928afc","html_url":"https://github.com/marcode24/codember-solutions","commit_stats":null,"previous_names":["marcode24/codember-solutions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcode24/codember-solutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcode24%2Fcodember-solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcode24%2Fcodember-solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcode24%2Fcodember-solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcode24%2Fcodember-solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcode24","download_url":"https://codeload.github.com/marcode24/codember-solutions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcode24%2Fcodember-solutions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28939504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"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":["codember","codember2022","codember2023","eslint","eslint-config-airbnb","eslint-plugin-import","eslint-plugin-jest","husky","javascript","jest","js","solutions","testing"],"created_at":"2024-12-09T13:18:18.628Z","updated_at":"2026-01-31T11:02:50.678Z","avatar_url":"https://github.com/marcode24.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg\n    alt=\"codember 2024\" \n    src=\"https://res.cloudinary.com/dfeujtobk/image/upload/v1731961764/Challenges/mg5z3j3rlhhqws4ktp3p.png\"\n    width=\"1200\" /\u003e\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n\n  \u003ch1\u003e🎯 Codember Solutions\u003c/h1\u003e\n\n  ![Version](https://img.shields.io/github/package-json/v/marcode24/codember-solutions?style=popout\u0026logo=npm)\n  ![GitHub CI Workflow Status](https://img.shields.io/github/actions/workflow/status/marcode24/codember-solutions/testing.yml?branch=main\u0026style=popout\u0026logo=testcafe\u0026label=tests)\n  ![GitHub repo size](https://img.shields.io/github/repo-size/marcode24/codember-solutions?style=popout\u0026logo=github\u0026label=repo%20size)\n  ![GitHub](https://img.shields.io/github/license/marcode24/codember-solutions?style=popout\u0026logo=github\u0026label=license)\n  ![GitHub Repo stars](https://img.shields.io/github/stars/marcode24/codember-solutions?style=popout\u0026logo=apachespark\u0026color=yellow\u0026logoColor=yellow)\n  ![Github repo views](https://img.shields.io/github/search/marcode24/codember-solutions/codember-solutions?style=popout\u0026logo=github\u0026label=repo%20views)\n  ![GitHub last commit](https://img.shields.io/github/last-commit/marcode24/codember-solutions?style=popout\u0026logo=git\u0026label=last%20commit)\n\n\u003c/div\u003e\n\n## ℹ️ About\n\nThis repository contains my solutions to the challenges of the [Codember](https://codember.dev/) challenges. The challenges are created by [@midudev](https://twitter.com/midudev)\n\n## 🚀 Installation \u0026 Usage\n\n```bash\n# clone the repo\ngit clone https://github.com/marcode24/codember-solutions\n\n# go to the codember-solutions directory\ncd codember-solutions\n\n# install dependencies\nnpm install\n\n# run test\nnpm run test\n\n# run specific test\nnpm run test 'year'/'folder-name'/solution.test.js\n```\n\n## 🎯 2024 Challenges\n\n\u003cdetails open\u003e\n\u003csummary\u003eShow / Hide\u003c/summary\u003e\n\n|  #  | Challenge                                                         |Status |                                                    My Solution                                           |\n| :-: | ----------------------------------------------------------------- |:----: | :------------------------------------------------------------------------------------------------------: |\n| 01  | [!Consigue acceso a la terminal!](https://codember.dev)           |  ✅   |                              [here](./2024/01-consigue-acceso-a-la-terminal/solution.js)                 |\n| 02  | [Detectando acceso no deseado](https://codember.dev)              |  ✅   |                              [here](./2024/02-detectando-acceso-no-deseado/solution.js)                   |\n| 03  | [!Siguiendo la pista de la IA ΩMEGA!](https://codember.dev)       |  ✅   |                              [here](./2024/03-siguiendo-la-pista-de-la-ia-omega/solution.js)               |\n\u003c/details\u003e\n\n## 🎯 2023 Challenges\n\n\u003cdetails hidde\u003e\n\u003csummary\u003eShow / Hide\u003c/summary\u003e\n\n|  #  | Challenge                                                         |Status |                                                    My Solution                                           |\n| :-: | ----------------------------------------------------------------- |:----: | :------------------------------------------------------------------------------------------------------: |\n| 01  | [El Reto](https://codember.dev)                                   |✅     |        [here](https://github.com/marcode24/codember-solutions/tree/main/2023/01-el-reto)                 |\n| 02  | [Mini Compiler Challenge](https://codember.dev)                   |✅     | [here](https://github.com/marcode24/codember-solutions/tree/main/2023/02-mini-compiler)                  |\n| 03  | [El Desafío del Cifrado Espía](https://codember.dev)              |✅     |        [here](https://github.com/marcode24/codember-solutions/tree/main/2023/03-cifrado-espia)           |\n\u003c/details\u003e\n\n## 🎯 2022 Challenges\n\n\u003cdetails hidde\u003e\n\u003csummary\u003eShow / Hide\u003c/summary\u003e\n\n|  #  | Challenge                                                         |Status |                                                    My Solution                                           |\n| :-: | ----------------------------------------------------------------- |:----: | :------------------------------------------------------------------------------------------------------: |\n| 01  | [¡Arregla Twitter!](https://codember.dev)                         |✅     |        [here](https://github.com/marcode24/codember-solutions/tree/main/2022/01-arregla-twitter)         |\n| 02  | [¡Atrapa a esos ciber criminales!](https://codember.dev)          |✅     | [here](https://github.com/marcode24/codember-solutions/tree/main/2022/02-atrapa-a-esos-ciber-criminales) |\n| 03  | [La zebra de colores](https://codember.dev)                       |✅     |        [here](https://github.com/marcode24/codember-solutions/tree/main/2022/03-zebra-de-colores)        |\n| 04  | [Encuentra la contraseña de tu amigo](https://codember.dev)       |✅     |       [here](https://github.com/marcode24/codember-solutions/tree/main/2022/04-encuentra-password)       |\n| 05  | [Battle Royale de frameworks y bibliotecas](https://codember.dev) |✅     |         [here](https://github.com/marcode24/codember-solutions/tree/main/2022/05-battle-royale)          |\n\n\u003c/details\u003e\n\n\n## 📝 License\n\nLicensed under the [MIT License](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcode24%2Fcodember-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcode24%2Fcodember-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcode24%2Fcodember-solutions/lists"}