Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Atticus64/adventjs

Solutions of adventjs - Jonathan
https://github.com/Atticus64/adventjs

adventjs adventjs-2021 adventjs-2022 javascript

Last synced: about 2 months ago
JSON representation

Solutions of adventjs - Jonathan

Awesome Lists containing this project

README

        

# AdventsJs

## Soluciones del [AdventJs](https://adventjs.dev/)

_24 dĂ­as_ _24 retos de programaciĂłn_

### 2022

Estas soluciones pueden tener spoilers :warning:
| Reto | Status | Solutions |
| :---------------------------------------: | :----------------: | :----------------: |
| Automatizando envolver regalos de navidad | :heavy_check_mark: | [Reto 1](https://github.com/Atticus64/adventjs/blob/main/retos/reto1/app.js) |
| Nadie quiere hacer horas extra | :heavy_check_mark: | [Reto 2](https://github.com/Atticus64/adventjs/blob/main/retos/reto2/app.js) |
| ¿ Cuantas cajas de regalos puede llevar Papá Noel ? | :heavy_check_mark: | [Reto 3](https://github.com/Atticus64/adventjs/blob/main/retos/reto3/app.js) |
| Una Caja dentro de otra caja y otra... | :heavy_check_mark: | [Reto 4](https://github.com/Atticus64/adventjs/blob/main/retos/reto4/app.js) |
| Optimizando viajes de Santa | :heavy_check_mark: | [Reto 5](https://github.com/Atticus64/adventjs/blob/main/retos/reto4/app.js) |
| Creando adornos navideños | :pushpin: | Reto 6 |
| Haciendo el inventario de regalos | :heavy_check_mark: | [Reto 7](https://github.com/Atticus64/adventjs/blob/main/retos/reto4/app.js) |
| Necesitamos un mecanico | :heavy_check_mark: | [Reto 8](https://github.com/Atticus64/adventjs/blob/main/retos/reto4/app.js) |

Ejecutar las soluciones a los retos

```bash
# deno run 2021/reto{numeroDelReto}/app.js
deno run retos/reto1/app.js
```

Si esta disponible puedes usar

```bash
deno task reto --n 1 --ts
# $ deno run retos/reto1/app.ts
# para ejecutar en js se quita el --ts
```

### 2021

| Reto | Status |
| :--------------------------------: | :----------------: |
| Contando ovejas para dormir | :heavy_check_mark: |
| Ayuda al elfo a listar los regalos | :pushpin: |

Ejecutar las soluciones a los retos

```bash
# deno run 2021/reto{numeroDelReto}.js
deno run 2021/reto1/app.js
```

Si esta disponible puedes usar

```bash
deno task reto --n 1 --ed 2021
```

- [ ] Agregar readmes retos 5, 6, 7 y 8
- [ ] Hacer el reto 6