🧑🚀 24 days / 24 coding challenges • adventJS 🚀
This repository contains the solutions to the challenges proposed by @midudev on the adventJS website.
Show / Hide
Show / Hide
| # | Challenge | Difficulty1 | Solution |
|---|---|---|---|
| 01 | Automating Christmas gift wrapping! | 🟢 | Show |
| 02 | Nobody wants to do extra hours at work | 🟢 | Show |
| 03 | How many packs of gifts can Santa carry? | 🟢 | Show |
| 04 | Box inside a box and another... | 🟠 | Show |
| 05 | Optimizing Santa's trips | 🔴 | Show |
| 06 | Creating xmas decorations | 🟠 | Show |
| 07 | Doing gifts inventory | 🟢 | Show |
| 08 | We need a mechanic! | 🟠 | Show |
| 09 | Crazy Xmas lights | 🟢 | Show |
| 10 | The Santa Claus sleigh jump | 🟠 | Show |
| 11 | Santa Claus is Scrum Master | 🔴 | Show |
| 12 | Electric sleighs, wow! | 🟠 | Show |
| 13 | Backups for Santa Claus files | 🟢 | Show |
| 14 | The best path | 🟢 | Show |
| 15 | Decorating the Christmas tree | 🟠 | Show |
| 16 | Fixing Santa Claus' letters | 🔴 | Show |
| 17 | Carrying gifts in bags | 🟠 | Show |
| 18 | We ran out of ink! | 🟢 | Show |
| 19 | Sorting the toys! | 🟢 | Show |
| 20 | More challenging trips | 🔴 | Show |
| 21 | Creating the gifts table | 🟠 | Show |
| 22 | The lights in sync | 🟢 | Show |
| 23 | Santa Claus Compiler | 🔴 | Show |
| 24 | The last challenge is a maze | 🔴 | Show |
-
Install
make install # or npm install -
Run all challenges
make run # or npm test
-
Run specific challenge
make run YEAR=YYYY CHALLENGE=XX # where YYYY is the year and XX is the challenge number # or npm test YYYY/challenge-XX # where YYYY is the year and XX is the challenge number
MIT @ borjapazr. Please see License for more information.
