Some katas of http://codingdojo.org/kata/ with Node (Typescript) See Python3 katas at Some katas of http://codingdojo.org/kata/ with Python3
I use TDD approach to solve all katas
- Yarn
- Node 12.9.1 or higher
- clone this project with
git clone [email protected]:Suniron/coding-dojo-node.git
, - Go inside with
cd coding-dojo-node
,
Download this repo and launch yarn start:*kataname*
like yarn start:bankocr
It will run TypeScript katas files without build using ts-node.
yarn start:bankocr
yarn start:birthdays
yarn start:bowling
Code: https://github.com/Suniron/pacman-react Preview: https://pacman-codingdojo.netlify.app/
Code: https://github.com/Suniron/Langtonant-codingdojo Preview: https://langtonant-codingdojo.netlify.app/
A simple booking soluiton in CQRS architecture.
yarn start:booking
Santa Claus is having to change his existing process ;-)
yarn start:christmas
I choose ts-jest. Run with yarn test
or yarn jest