This repository contains my solutions to the challenges of the Codember challenges. The challenges are created by @midudev
# 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
Show / Hide
# | Challenge | Status | My Solution |
---|---|---|---|
01 | El Reto | ✅ | here |
02 | Mini Compiler Challenge | ✅ | here |
03 | El Desafío del Cifrado Espía | ✅ | here |
Show / Hide
# | Challenge | Status | My Solution |
---|---|---|---|
01 | ¡Arregla Twitter! | ✅ | here |
02 | ¡Atrapa a esos ciber criminales! | ✅ | here |
03 | La zebra de colores | ✅ | here |
04 | Encuentra la contraseña de tu amigo | ✅ | here |
05 | Battle Royale de frameworks y bibliotecas | ✅ | here |
Licensed under the MIT License.