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:
-
- 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.)
-
- (Clone/Download/Fork) the repo
- Install all the dependencies with
npm i
- Run tests:
- Specific kata:
npm test kataname
- All tests:
npm test
- Specific kata:
- Run file:
npm run repl katafolder/filename.ts
- FizzBuzz ✅
- RPG-Combat 🐱💻 WIP
- Not yet.