https://github.com/LeonelMadrid13/AdventJS
https://github.com/LeonelMadrid13/AdventJS
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/LeonelMadrid13/AdventJS
- Owner: LeonelMadrid13
- Created: 2021-12-11T00:31:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T18:55:28.000Z (over 2 years ago)
- Last Synced: 2024-05-21T17:11:22.133Z (about 1 year ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AdventJS Solutions ๐ ๐
Repository of AdventJS programming challenges by Midudev.
Summary โข
Challenges โข
License โข
Acknowledgments โข
![]()
Summary
This repository serves as a housing solutions to programming challenges of AdventJS. AdventJS, a project developed by Midudev, offers a platform for developers to improve JavaScript or TypeScript skills, through a series of daily challenges spanning 25 days. The challenge begins on December 1st and culminates on December 25th.
Challenges| # | Challenge | Difficulty | Stars earned | Description |
| :-------: | ---------------------------------------------- | :--------: | :----------: | :------------------: |
| 01 | Challenge #1: ๐ First gift repeated! | ๐ข | **5** | [Show](./2024/day1) |
| 02 | Challenge #2: ๐ผ๏ธ Framing names | ๐ข | **5** | [Show](./2024/day2) |
| 03 | Challenge #3: ๐๏ธ Organizing the inventory | ๐ข | **5** | [Show](./2024/day3) |
| 04 | Challenge #4: ๐ Decorating the Christmas tree | ๐ | **5** | [Show](./2024/day4) |
| 05 | Challenge #5: ๐ Shoe pairing | ๐ข | **5** | [Show](./2024/day5) |
| 06 | Challenge #6: ๐ฆ Is the gift inside the box? | ๐ | **5** | [Show](./2024/day6) |
| 07 | Challenge #7: ๐น The Grinch's attack | ๐ | **5** | [Show](./2024/day7) |
| 08 | Challenge #8: ๐ฆ The reno race | ๐ข | **5** | [Show](./2024/day8) |
| 09 | Challenge #9: ๐ The magic train | ๐ | **5** | [Show](./2024/day9) |
| 10 | Challenge #10: ๐ฉโ๐ป The elfish assembler | ๐ | **5** | [Show](./2024/day10) |
| 11 | Challenge #11: ๐ดโโ ๏ธ Filenames encoded | ๐ข | **5** | [Show](./2024/day11) |
| 12 | Challenge #12: ๐ต How much does the tree cost? | ๐ข | **5** | [Show](./2024/day12) |
| 13 | Challenge #13: ๐ค Is the robot back? | ๐ด | **5** | [Show](./2024/day13) |
| 14 | Challenge #14: ๐ฆ Weaving the reno | ๐ข | **5** | [Show](./2024/day14) |
| 15 | Challenge #15: โ๏ธ Drawing tables | ๐ข | **5** | [Show](./2024/day15) |
| 16 | Challenge #16: โ๏ธ Cleaning the snow path | ๐ข | **5** | [Show](./2024/day16) |
| 17 | Challenge #17: ๐ฃ Grinch's bombs | ๐ | **5** | [Show](./2024/day17) |
| 18 | Challenge #18: ๐ Santa's Magic Agenda | ๐ด | **5** | [Show](./2024/day18) |
| **Total** | | **/** | **90** | **/** |
License
This repository is under MIT License, if you want to see what you are allowed to do with the content of this repository, please visit choosealicense for more information.
Acknowledgments
Thanks to Miguel รngel Durรกn to develop AdventJS.