My solutions to adventJS (2022 edition) by @midudev.
- Clone this project
- Install dependencies
- Run all tests or run only the day X tests
npm install
# Run all tests
npm run test
# Run day 4 tests (identified by 04 or day04)
npm run test 04
npm run test day04
Day | Name | Rules | Tests | Code |
---|---|---|---|---|
1 | Automating Christmas gift wrapping! | rules | tests | code |
2 | Nobody wants to do extra hours at work | rules | tests | code |
3 | How many packs of gifts can Santa carry? | rules | tests | code |
4 | Box inside a box and another... | rules | tests | code |
5 | Optimizing Santa's trips | rules | tests | code |
6 | Creating xmas decorations | rules | tests | code |
7 | Doing gifts inventory | rules | tests | code |
8 | We need a mechanic! | rules | tests | code |
9 | Crazy Xmas lights | rules | tests | code |
10 | The Santa Claus sleigh jump | rules | tests | code |
11 | Santa Claus is Scrum Master | rules | tests | code |
12 | Electric sleighs, wow! | rules | tests | code |
13 | Backups for Santa Claus files | rules | tests | code |
14 | The best path | rules | tests | code |
15 | Decorating the Christmas tree | rules | tests | code |
16 | Fixing Santa Claus' letters | rules | tests | code |
17 | Carrying gifts in bags | rules | tests | code |
18 | We ran out of ink! | rules | tests | code |
19 | Sorting the toys! | rules | tests | code |
20 | More challenging trips | rules | tests | code |
21 | Creating the gifts table | rules | tests | code |
22 | The lights in sync | rules | tests | code |
23 | Santa Claus Compiler | rules | tests | code |
24 | The last challenge is a maze | rules | tests | code |
- @midudev for sharing his knowledge with the DEV community in YouTube, Twitch, blog, ... & creating adventJS
- @borjapazr for creating Awesome adventJS