Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ivanatias/adventjs
- Owner: ivanatias
- Created: 2023-12-05T01:09:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T05:24:31.000Z (about 1 year ago)
- Last Synced: 2024-10-27T11:15:19.695Z (2 months ago)
- Topics: challenges, javascript, typescript
- Language: JavaScript
- Homepage: https://adventjs.dev
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`