Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wayaba/adventJS-2022
24 días de retos con JavaScript (By Midudev - https://adventjs.dev/)
https://github.com/wayaba/adventJS-2022
Last synced: 1 day ago
JSON representation
24 días de retos con JavaScript (By Midudev - https://adventjs.dev/)
- Host: GitHub
- URL: https://github.com/wayaba/adventJS-2022
- Owner: wayaba
- Created: 2022-11-29T11:15:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T19:31:47.000Z (11 months ago)
- Last Synced: 2024-08-02T11:23:36.616Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-adventjs - wayaba/adventJS-2022 - commit/wayaba/adventJS-2022?style=flat-square) (🤖 2022 / 🧑💻 Solutions)
README
# AdventJS-2022 :santa: :christmas_tree: :bell:
Mis soluciones para los [24 días de retos con JavaScript](https://adventjs.dev/)
## Retos :computer:
| Día | Reto | Código | Arte | Puntos |
| --- | ---------------------------------------------------------------------------------------- | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------ |
| 1 | [¡Automatizando envolver regalos de navidad!](https://adventjs.dev/es/challenges/2022/1) | [solución](./src/challenge01.js) | | 131 |
| 2 | [Nadie quiere hacer horas extra](https://adventjs.dev/challenges/02) | [solución](./src/challenge02.js) | | 121 |
| 3 | [¿Cuántas cajas de regalos puede llevar Papá Noel?](https://adventjs.dev/challenges/03) | [solución](./src/challenge03.js) | | 142 |
| 4 | [Una caja dentro de otra caja y otra...](https://adventjs.dev/challenges/04) | [solución](./src/challenge04.js) | | 151 |
| 5 | [Optimizando viajes de Santa](https://adventjs.dev/challenges/05) | [solución](./src/challenge05.js) | | 170 |
| 6 | [Creando adornos navideños](https://adventjs.dev/challenges/06) | [solución](./src/challenge06.js) | | 160 |
| 7 | [Creando adornos navideños](https://adventjs.dev/challenges/07) | [solución](./src/challenge07.js) | | 200 |
| 8 | [¡Necesitamos un mecánico!](https://adventjs.dev/challenges/08) | [solución](./src/challenge08.js) | | 160 |
| 9 | [Las locas luces de Navidad](https://adventjs.dev/challenges/09) | [solución](./src/challenge09.js) | | 10 |
| 10 | [El salto del trineo de Papá Noel](https://adventjs.dev/challenges/10) | [solución](./src/challenge10.js) | | 60 |
| 11 | [Papá Noel es Scrum Masterl](https://adventjs.dev/challenges/11) | [solución](./src/challenge11.js) | | 220 |
| 12 | [Trineos eléctricos, ¡guau!](https://adventjs.dev/challenges/12) | [solución](./src/challenge12.js) | | 260 |
| 13 | [Backup de los archivos de Papá Noel](https://adventjs.dev/challenges/13) | [solución](./src/challenge13.js) | | 300 |
| 14 | [El mejor camino](https://adventjs.dev/challenges/14) | [solución](./src/challenge14.js) | | 300 |
| 15 | [Decorando el árbol de Navidad](https://adventjs.dev/challenges/15) | [solución](./src/challenge15.js) | | 40 |
| 16 | [Arreglando las cartas de Papá Noel](https://adventjs.dev/challenges/16) | [solución](./src/challenge16.js) | | 200 |
| 17 | [Llevando los regalos en sacos](https://adventjs.dev/challenges/17) | [solución](./src/challenge16.js) | | 80 |
| 18 | [¡Nos quedamos sin tinta!](https://adventjs.dev/challenges/18) | [solución](./src/challenge18.js) | | 200 |
| 19 | [Ordenando los regalos](https://adventjs.dev/challenges/19) | [solución](./src/challenge19.js) | | 300 |
| 20 | [Más viajes retadores](https://adventjs.dev/challenges/20) | [solución](./src/challenge20.js) | | 10 |
| 21 | [Creando la tabla de regalos](https://adventjs.dev/challenges/21) | [solución](./src/challenge21.js) | | 60 |
| 22 | [La iluminación en sintonía](https://adventjs.dev/challenges/22) | [solución](./src/challenge22.js) | | 60 |## Como ejecutar el código :running:
```
npm run challenge
```**NOTA: numero_challenge arranca de 01 hasta 24**
## Gracias [midudev](https://twitter.com/midudev) :heart:
[Twitch](https://twitch.tv/midudev) [Discord](https://discord.gg/midudev) [Youtube](https://youtube.com/midudev)