Skip to content

Commit f8a861a

Browse files
committed
📝 update README
1 parent 0ee1e24 commit f8a861a

File tree

1 file changed

+48
-31
lines changed

1 file changed

+48
-31
lines changed

README.md

Lines changed: 48 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,54 @@
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 />
29

3-
This is a repository with my solutions to the [AdventJS](https://adventjs.dev/) challenges.
10+
<h1>🎄 AdventJS Solutions</h1>
411

5-
<img alt="AdventJS 2022" src="https://res.cloudinary.com/dfeujtobk/image/upload/v1671158324/Challenges/adventjs-2022_ek7lhr.png" width="1200" />
12+
![Version](https://img.shields.io/github/package-json/v/marcode24/adventjs-solutions?style=popout&logo=npm)
13+
![GitHub CI Workflow Status](https://img.shields.io/github/actions/workflow/status/marcode24/adventjs-solutions/adventjs.yml?branch=main&style=popout&logo=testcafe&label=tests)
14+
![GitHub repo size](https://img.shields.io/github/repo-size/marcode24/adventjs-solutions?style=popout&logo=github&label=repo%20size)
15+
![GitHub](https://img.shields.io/github/license/marcode24/adventjs-solutions?style=popout&logo=github&label=license)
16+
![GitHub Repo stars](https://img.shields.io/github/stars/marcode24/adventjs-solutions?style=popout&logo=apachespark&color=yellow&logoColor=yellow)
17+
![Github repo views](https://img.shields.io/github/search/marcode24/adventjs-solutions/adventjs-solutions?style=popout&logo=github&label=repo%20views)
18+
![GitHub last commit](https://img.shields.io/github/last-commit/marcode24/adventjs-solutions?style=popout&logo=git&label=last%20commit)
619

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+
```
852

953
## 🎯 2023 Challenges
1054

@@ -65,30 +109,3 @@ Difficulties legend:
65109
<details hide>
66110
<summary>Show / Hide</summary>
67111
</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

Comments
 (0)