My solutions to 25 days of JavaScript challenges by @midudev.
- Standard for code linting and formatting
- vscode settings to run code formatting & linting on save
- Pre-commit hook to ckeck code formatting & linting using husky & lint-staged
- Clone this project
- Install dependecies
- Run all tests or run only the day X tests
pnpm install
# Run all tests
pnpm test
# Run all tests in web browser
pnpm test:ui
# Run day 1 tests (identified by 01 or day01)
pnpm test 01
pnpm test day01
pnpm test:ui 2023/day01
Year | Solutions | Challenges |
---|---|---|
2023 | Guide | Web |
- @midudev for sharing his knowledge with the DEV community in YouTube, Twitch, blog, ... & creating adventJS
- @_brandovidal for creating AdventJS Solutions