https://github.com/marcode24/codember-solutions
🎯 This repository contains my solutions to the challenges of the Codember challenges. The challenges are created by @midudev
https://github.com/marcode24/codember-solutions
codember codember2022 codember2023 eslint eslint-config-airbnb eslint-plugin-import eslint-plugin-jest husky javascript jest js solutions testing
Last synced: about 1 month ago
JSON representation
🎯 This repository contains my solutions to the challenges of the Codember challenges. The challenges are created by @midudev
- Host: GitHub
- URL: https://github.com/marcode24/codember-solutions
- Owner: marcode24
- License: mit
- Created: 2023-11-07T04:45:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T07:31:36.000Z (6 months ago)
- Last Synced: 2025-03-26T03:41:31.153Z (about 2 months ago)
- Topics: codember, codember2022, codember2023, eslint, eslint-config-airbnb, eslint-plugin-import, eslint-plugin-jest, husky, javascript, jest, js, solutions, testing
- Language: JavaScript
- Homepage: https://codember.dev
- Size: 140 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
🎯 Codember Solutions






## ℹ️ About
This repository contains my solutions to the challenges of the [Codember](https://codember.dev/) challenges. The challenges are created by [@midudev](https://twitter.com/midudev)
## 🚀 Installation & Usage
```bash
# clone the repo
git clone https://github.com/marcode24/codember-solutions# go to the codember-solutions directory
cd codember-solutions# install dependencies
npm install# run test
npm run test# run specific test
npm run test 'year'/'folder-name'/solution.test.js
```## 🎯 2024 Challenges
Show / Hide
| # | Challenge |Status | My Solution |
| :-: | ----------------------------------------------------------------- |:----: | :------------------------------------------------------------------------------------------------------: |
| 01 | [!Consigue acceso a la terminal!](https://codember.dev) | ✅ | [here](./2024/01-consigue-acceso-a-la-terminal/solution.js) |
| 02 | [Detectando acceso no deseado](https://codember.dev) | ✅ | [here](./2024/02-detectando-acceso-no-deseado/solution.js) |
| 03 | [!Siguiendo la pista de la IA ΩMEGA!](https://codember.dev) | ✅ | [here](./2024/03-siguiendo-la-pista-de-la-ia-omega/solution.js) |## 🎯 2023 Challenges
Show / Hide
| # | Challenge |Status | My Solution |
| :-: | ----------------------------------------------------------------- |:----: | :------------------------------------------------------------------------------------------------------: |
| 01 | [El Reto](https://codember.dev) |✅ | [here](https://github.com/marcode24/codember-solutions/tree/main/2023/01-el-reto) |
| 02 | [Mini Compiler Challenge](https://codember.dev) |✅ | [here](https://github.com/marcode24/codember-solutions/tree/main/2023/02-mini-compiler) |
| 03 | [El Desafío del Cifrado Espía](https://codember.dev) |✅ | [here](https://github.com/marcode24/codember-solutions/tree/main/2023/03-cifrado-espia) |## 🎯 2022 Challenges
Show / Hide
| # | Challenge |Status | My Solution |
| :-: | ----------------------------------------------------------------- |:----: | :------------------------------------------------------------------------------------------------------: |
| 01 | [¡Arregla Twitter!](https://codember.dev) |✅ | [here](https://github.com/marcode24/codember-solutions/tree/main/2022/01-arregla-twitter) |
| 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) |
| 03 | [La zebra de colores](https://codember.dev) |✅ | [here](https://github.com/marcode24/codember-solutions/tree/main/2022/03-zebra-de-colores) |
| 04 | [Encuentra la contraseña de tu amigo](https://codember.dev) |✅ | [here](https://github.com/marcode24/codember-solutions/tree/main/2022/04-encuentra-password) |
| 05 | [Battle Royale de frameworks y bibliotecas](https://codember.dev) |✅ | [here](https://github.com/marcode24/codember-solutions/tree/main/2022/05-battle-royale) |## 📝 License
Licensed under the [MIT License](./LICENSE).