eliflores / coding-katas-typescript

Coding Katas written in TypeScript πŸ’™

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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! πŸŽ‰

About

Coding Katas written in TypeScript πŸ’™

License:MIT License


Languages

Language:TypeScript 100.0%