/coding-katas-typescript

Coding Katas written in TypeScript ๐Ÿ’™

Primary LanguageTypeScriptMIT LicenseMIT

Coding Katas TypeScript

Conventional Commits

TypeScript solutions for Katas from

  • LeetCode ๐Ÿงก
  • And more... ๐ŸŒˆ

How to work with this repository

  1. Clone the repository
  2. Install the tools in the .tool-versions file.
    • You may use asdf for the installation.
  3. Run: yarn
  4. Run the tests: yarn test
  5. Run the linting: yarn lint
  6. Write the tests, write the code, have fun!
  7. Lint the code (yarn lint), run the tests (yarn test), format the code (yarn format)
  8. Open a Pull Request, wait for all the checks to pass, and merge! ๐ŸŽ‰