Skip to content

Commit 3874f7b

Browse files
committed
✨ Update README for 2024 challenges and add solution details
1 parent d920326 commit 3874f7b

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img
3-
alt="adventjs-2023"
4-
src="https://res.cloudinary.com/dfeujtobk/image/upload/v1701756989/Challenges/u0qn1htendtskutrml9j.png"
3+
alt="adventjs-2024"
4+
src="https://res.cloudinary.com/dfeujtobk/image/upload/v1733035253/advent-js/Apex_1733035172447_syuzaa.png"
55
width="1200"
66
style="border-radius: 1rem" />
77
<br />
@@ -44,17 +44,33 @@ npm run test:2021
4444
npm run test:2022
4545
# or
4646
npm run test:2023
47+
# or
48+
npm run test:2024
4749

4850
# Run specific test
4951
npm run test 'year'/'challenge'/index.test.js
5052

5153
```
5254

53-
## 🎯 2023 Challenges
55+
## 🎯 2024 Challenges
5456

5557
<details open>
5658
<summary>Show / Hide</summary>
5759

60+
| # | Challenge | Difficulty | My Solution | My Score |
61+
| :-: | ------------------------------------------------------------------------------------------- | :--------: | :------------------------------------------------------------------------------------------------------------: | :-----------: |
62+
| 01 | [🎁 ¡Primer regalo repetido!](https://adventjs.dev/es/challenges/2024/1) | 🟢 | [here](./2024/01-primer-regalo-repetido/index.js) | ⭐⭐⭐⭐⭐ |
63+
64+
Difficulties legend:
65+
🟢 Easy 🟡 Medium 🔴 Hard
66+
67+
</details>
68+
69+
## 🎯 2023 Challenges
70+
71+
<details hide>
72+
<summary>Show / Hide</summary>
73+
5874
| # | Challenge | Difficulty | My Solution |
5975
| :-: | ------------------------------------------------------------------------------------------- | :--------: | :------------------------------------------------------------------------------------------------------------: |
6076
| 01 | [¡Primer regalo repetido!](https://adventjs.dev/es/challenges/2023/1) | 🟢 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/01-primer-regalo-repetido) |

0 commit comments

Comments
 (0)