Skip to content

brandovidal/adventjs

Repository files navigation

🎅 AdventJS Solutions

My solutions to 25 days of JavaScript challenges by @midudev.

💡 Project setup 😎

  • 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

💻️ Installation & usage ⚒️

  • 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

🚀 Challenges 🎮

Year Solutions Challenges
2023 Guide Web

💯 Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published