Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Atticus64/adventjs
- Owner: Atticus64
- Created: 2022-12-02T04:10:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T22:08:52.000Z (about 2 years ago)
- Last Synced: 2024-07-26T11:43:19.055Z (5 months ago)
- Topics: adventjs, adventjs-2021, adventjs-2022, javascript
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-adventjs - Atticus64/adventjs - commit/Atticus64/adventjs?style=flat-square) (🤖 2022 / 🧑‍💻 Solutions)
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