|
1 |
| -# 🎄 AdventJS Solutions |
| 1 | +<div align="center"> |
| 2 | + <img |
| 3 | + alt="adventjs-2023" |
| 4 | + src="https://res.cloudinary.com/dfeujtobk/image/upload/v1701756989/Challenges/u0qn1htendtskutrml9j.png" |
| 5 | + width="1200" |
| 6 | + style="border-radius: 1rem" /> |
| 7 | + <br /> |
| 8 | + <br /> |
2 | 9 |
|
3 |
| -This is a repository with my solutions to the [AdventJS](https://adventjs.dev/) challenges. |
| 10 | + <h1>🎄 AdventJS Solutions</h1> |
4 | 11 |
|
5 |
| -<img alt="AdventJS 2022" src="https://res.cloudinary.com/dfeujtobk/image/upload/v1671158324/Challenges/adventjs-2022_ek7lhr.png" width="1200" /> |
| 12 | +  |
| 13 | +  |
| 14 | +  |
| 15 | +  |
| 16 | +  |
| 17 | +  |
| 18 | +  |
6 | 19 |
|
7 |
| -Built by [@midudev](https://twitter.com/midudev) |
| 20 | +</div> |
| 21 | + |
| 22 | +## ℹ️ About |
| 23 | + |
| 24 | +This repository contains my solutions to the [AdventJS](https://adventjs.dev/) challenges. Built by [@midudev](https://twitter.com/midudev) |
| 25 | + |
| 26 | +## 📥 Installation & Usage |
| 27 | + |
| 28 | +```bash |
| 29 | +# Clone the repository |
| 30 | +git clone https://github.com/marcode24/adventjs-solutions |
| 31 | + |
| 32 | +# Go into the repository |
| 33 | +cd adventjs-solutions |
| 34 | + |
| 35 | +# Install dependencies |
| 36 | +npm install |
| 37 | + |
| 38 | +# Run tests |
| 39 | +npm run test |
| 40 | + |
| 41 | +# Run specific year tests |
| 42 | +npm run test:2021 |
| 43 | +# or |
| 44 | +npm run test:2022 |
| 45 | +# or |
| 46 | +npm run test:2023 |
| 47 | + |
| 48 | +# Run specific test |
| 49 | +npm run test 'year'/'challenge'/index.test.js |
| 50 | + |
| 51 | +``` |
8 | 52 |
|
9 | 53 | ## 🎯 2023 Challenges
|
10 | 54 |
|
@@ -65,30 +109,3 @@ Difficulties legend:
|
65 | 109 | <details hide>
|
66 | 110 | <summary>Show / Hide</summary>
|
67 | 111 | </details>
|
68 |
| - |
69 |
| -## 📥 Installation & Usage |
70 |
| - |
71 |
| -```bash |
72 |
| -# Clone the repository |
73 |
| -git clone https://github.com/marcode24/adventjs-solutions |
74 |
| - |
75 |
| -# Go into the repository |
76 |
| -cd adventjs-solutions |
77 |
| - |
78 |
| -# Install dependencies |
79 |
| -npm install |
80 |
| - |
81 |
| -# Run tests |
82 |
| -npm run test |
83 |
| - |
84 |
| -# Run specific year tests |
85 |
| -npm run test:2021 |
86 |
| -# or |
87 |
| -npm run test:2022 |
88 |
| -# or |
89 |
| -npm run test:2023 |
90 |
| - |
91 |
| -# Run specific test |
92 |
| -npm run test 'year'/'challenge'/index.test.js |
93 |
| - |
94 |
| -``` |
|
0 commit comments