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

https://github.com/dubisdev/codember-solutions

💫 Solutions for the Codember code challenge. Written in TypeScript
https://github.com/dubisdev/codember-solutions

codember midudev

Last synced: 2 months ago
JSON representation

💫 Solutions for the Codember code challenge. Written in TypeScript

Awesome Lists containing this project

README

        

# Codember Solutions

My solution proposals for the [Codember](https://codember.dev/) challenge.

| Año | Reto | Enunciado | Solución |
|------|--------------------------------------------------------|-----------------|-------------------------------|
| 2022 | Reto 1: Arregla Twitter | [Ir al Enunciado](./2022/challenge01/readme.md) | [Ver Solución](./2022/challenge01/solution.ts) |
| | Reto 2: Atrapa a esos cibercriminales | [Ir al Enunciado](./2022/challenge02/readme.md) | [Ver Solución](./2022/challenge02/solution.ts) |
| | Reto 3: La zebra de colores | [Ir al Enunciado](./2022/challenge03/readme.md) | [Ver Solución](./2022/challenge03/solution.ts) |
| | Reto 4: Encuentra la contraseña de tu amigo | [Ir al Enunciado](./2022/challenge04/readme.md) | [Ver Solución](./2022/challenge04/solution.ts) |
| | Reto 5: Battle Royale de frameworks y bibliotecas | [Ir al Enunciado](./2022/challenge05/readme.md) | [Ver Solución](./2022/challenge05/solution.ts) |
| 2023 | Reto 1: Los mensajes encriptados | [Ir al Enunciado](./2023/challenge01/readme.md) | [Ver Solución](./2023/challenge01/solution.ts) |
| | Reto 2: Mini Compiler Challenge | [Ir al Enunciado](./2023/challenge02/readme.md) | [Ver Solución](./2023/challenge02/solution.ts) |