Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

🎯 This repository contains my solutions to the challenges of the Codember challenges. The challenges are created by @midudev

Awesome Lists containing this project

README

        


codember 2024



🎯 Codember Solutions

![Version](https://img.shields.io/github/package-json/v/marcode24/codember-solutions?style=popout&logo=npm)
![GitHub CI Workflow Status](https://img.shields.io/github/actions/workflow/status/marcode24/codember-solutions/testing.yml?branch=main&style=popout&logo=testcafe&label=tests)
![GitHub repo size](https://img.shields.io/github/repo-size/marcode24/codember-solutions?style=popout&logo=github&label=repo%20size)
![GitHub](https://img.shields.io/github/license/marcode24/codember-solutions?style=popout&logo=github&label=license)
![GitHub Repo stars](https://img.shields.io/github/stars/marcode24/codember-solutions?style=popout&logo=apachespark&color=yellow&logoColor=yellow)
![Github repo views](https://img.shields.io/github/search/marcode24/codember-solutions/codember-solutions?style=popout&logo=github&label=repo%20views)
![GitHub last commit](https://img.shields.io/github/last-commit/marcode24/codember-solutions?style=popout&logo=git&label=last%20commit)

## ℹ️ 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).