Show / Hide
Show / Hide
# | Name | Difficulty1 | Solution |
---|---|---|---|
01 | Β‘Primer regalo repetido! | π’ | Show |
02 | π Ponemos en marcha la fΓ‘brica | π’ | Show |
03 | π El elfo travieso | π’ | Show |
04 | π΅βπ« Dale la vuelta a los parΓ©ntesis | π | Show |
05 | π· El CyberTruck de Santa | π | Show |
06 | π¦ Los renos a prueba | π’ | Show |
07 | π¦ Las cajas en 3D | π’ | Show |
08 | π¦ Las cajas en 3D | π’ | Show |
09 | π¦ Alterna las luces | π’ | Show |
10 | π Crea tu propio Γ‘rbol de navidad | π’ | Show |
11 | π Los elfos estudiosos | π | Show |
12 | πΈ ΒΏEs una copia vΓ‘lida? | π | Show |
13 | βοΈ Calculando el tiempo | π’ | Show |
14 | π¨ Evita la alarma | π | Show |
15 | π | Show | |
16 | β Despliegue en viernes | π’ | Show |
17 | π· Optimizando el alquiler | π’ | Show |
18 | π’ El reloj digital | π΄ | Show |
19 | π£ Enfrenta el sabotaje | π | Show |
20 | ποΈββοΈ Distribuye el peso | π΄ | Show |
21 | πͺ Mensaje binario | π | Show |
22 | π Lenguaje de programaciΓ³n | π’ | Show |
23 | π½οΈ La comida de Navidad | π’ | Show |
24 | πͺ Brincos en la escalera | π | Show |
25 | πΊοΈ Calculando distancias | π | Show |
Show / Hide
# | Name | Difficulty1 | Solution |
---|---|---|---|
01 | Automating Christmas gift wrapping! | π’ | Solution |
02 | Nobody wants to do extra hours at work | π’ | Solution |
03 | How many packs of gifts can Santa carry? | π’ | Solution |
04 | Box inside a box and another... | π | Solution |
05 | Optimizing Santa's trips | π΄ | Solution |
06 | Creating xmas decorations | π | Solution |
07 | Doing gifts inventory | π’ | Solution |
08 | We need a mechanic! | π | Solution |
09 | Crazy Xmas lights | π’ | Solution |
10 | The Santa Claus sleigh jump | π | Solution |
11 | Santa Claus is Scrum Master | π΄ | Solution |
12 | Electric sleighs, wow! | π | Solution |
13 | Backups for Santa Claus files | π’ | Solution |
14 | The best path | π | Solution |
15 | Decorating the Christmas tree | π | Solution |
16 | Fixing Santa Claus' letters | π΄ | Solution |
17 | Carrying gifts in bags | π | Solution |
18 | We ran out of ink! | π’ | Solution |
19 | Sorting the toys! | π’ | Solution |
20 | More challenging trips | π΄ | Solution |
21 | Creating the gifts table | π | Solution |
22 | The lights in sync | π’ | Solution |
23 | Santa Claus Compiler | π΄ | Solution |
24 | The last challenge is a maze | π΄ | Solution |
To get a local copy up and running follow these simple example steps.
Only is it necessary to clone the repository and install the dependencies.
- Clone the repository
git clone https://github.com/ASJordi/adventjs.git
- Install NPM packages
npm install
You can run the project with the following command, it will run the file index.js
:
npm run dev
If you want to run a specific file, you can change the index.js
file name with the file you want to run in the package.json file.
You can run all tests with the following command:
npm run test
You can run all tests from a specific year with the following command:
npm run test:yyyy
# Example
npm run test:2022
You can run a specific test with the following command:
npm run test:n
# Example
npm run test:1
Distributed under the MIT License. See LICENSE.txt
for more information.
Jordi Ayala - @ASJordi
Project link: https://github.com/ASJordi/adventjs