Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivanatias/adventjs

Solutions for the christmas themed code challenges by Miguel Ángel Durán García (midudev)
https://github.com/ivanatias/adventjs

challenges javascript typescript

Last synced: 19 days ago
JSON representation

Solutions for the christmas themed code challenges by Miguel Ángel Durán García (midudev)

Awesome Lists containing this project

README

        

# [Adventjs challenges solutions](https://adventjs.dev)

This repository contains the solutions for the series of christmas themed JavaScript/TypeScript challenges made by Miguel Ángel Durán García, A.K.A midudev.

## Testing

Each folder contains an individual challenge with its tests, which are based on the public tests available for each one of these challenges on Adventjs website.

To run the tests:

- 2022 challenges tests: `pnpm test:2022`
- 2023 challenges tests: `pnpm test:2023`
- All challenges tests: `pnpm test`