Skip to content

Suniron/coding-dojo-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

BLANC Etienne DISU/UOMBLANC Etienne DISU/UOM
BLANC Etienne DISU/UOM
and
BLANC Etienne DISU/UOM
Jun 5, 2020
30e1273 · Jun 5, 2020

History

48 Commits
Jan 7, 2020
Jun 5, 2020
Jun 2, 2020
Jun 2, 2020
Jan 13, 2020
Jan 6, 2020
Jun 5, 2020
Jan 7, 2020
Jun 5, 2020
Jun 2, 2020
Jun 2, 2020

Repository files navigation

coding-dojo-Node

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

Prerequisites

  • Yarn
  • Node 12.9.1 or higher

How to

... Install

  1. clone this project with git clone git@github.com:Suniron/coding-dojo-node.git,
  2. Go inside with cd coding-dojo-node,

... Run

Download this repo and launch yarn start:*kataname* like yarn start:bankocr

It will run TypeScript katas files without build using ts-node.

BankOCR

yarn start:bankocr

Birthdays

yarn start:birthdays

Bowling

yarn start:bowling

Pacman

Code: https://github.com/Suniron/pacman-react Preview: https://pacman-codingdojo.netlify.app/

Langton Ant

Code: https://github.com/Suniron/Langtonant-codingdojo Preview: https://langtonant-codingdojo.netlify.app/

CQRS Booking

A simple booking soluiton in CQRS architecture.

yarn start:booking

Christmas Delivery

Santa Claus is having to change his existing process ;-)

yarn start:christmas

Tests

I choose ts-jest. Run with yarn test or yarn jest

About

Some katas of http://codingdojo.org/kata/ with Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published