Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.35 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.35 KB

TypeScript Katas

This repo is the house of all the katas I'll be working on.

Mostly, I'll focus on improving my skills with:

  • 🧬 Object-oriented programming
  • Test-driven development
  • SOLID principles
  • Refactoring
  • And so on...

Also sometimes I do stuff on:

Codewars Logo LeetCode Logo HackerRank Logo


How to use?

  • You just want to look around?

    • Select any kata from the list below, there will be a well explained readme about the kata along its respectives files (tests, examples, old code, etc.)
  • Wanna play around?

    • (Clone/Download/Fork) the repo
    • Install all the dependencies with npm i
    • Run tests:
      • Specific kata: npm test kataname
      • All tests: npm test
    • Run file:
      • npm run repl katafolder/filename.ts

👨‍💻 Katas


I wanted to make this inmmersive so here is a — loyal, and definetly not forced — representation of me while struggling with code

cat