Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blue32a-sandbox/tdd-katas
Try TDD Katas
https://github.com/blue32a-sandbox/tdd-katas
tdd tdd-katas
Last synced: 23 days ago
JSON representation
Try TDD Katas
- Host: GitHub
- URL: https://github.com/blue32a-sandbox/tdd-katas
- Owner: blue32a-sandbox
- Created: 2023-10-09T12:56:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T12:19:50.000Z (9 months ago)
- Last Synced: 2024-11-18T14:43:18.200Z (3 months ago)
- Topics: tdd, tdd-katas
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try TDD Katas
- [Roman Numerals](./src/RomanNumerals/README.md)
- [Greeter](./src/Greeter/README.md)
- [String Calculator](./src/StringCalculator/README.md)
- [Prime Factors](./src/PrimeFactors/README.md)
- [Bowling Game](./src/BowlingGame/README.md)
- [FizzBuzz](./src/FizzBuzz/README.md)
- [Christmas Lights](./src/ChristmasLights/README.md)
- [Gilded Rose](./src/GildedRose/README.md)
- [Tic Tac Toe](./src/TicTacToe/README.md)
- [Game of Life](./src/GameOfLife/README.md)
- [Score Keeper](./src/ScoreKeeper/README.md)
- [Manhattan Distance](./src/ManhattanDistance/README.md)