renejfc / ts-katas

! This is an abandoned project, it didn't motivated me the right way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

! This is an abandoned project, it didn't motivated me the right way.


Languages

Language:TypeScript 100.0%