codewars icon indicating copy to clipboard operation
codewars copied to clipboard

🍻 CodeWars Solutions

CodeWars

CodeWars

Maintainability PRs Welcome code style: prettier

Practice make Perfect

  • 🎉 Unit test with jest
  • ✨ Simple code
  • 🎨 Readable code

Getting Start

git clone https://github.com/tangweikun/codewars.git
cd codewars
npm install
npm run test // also you can run `npm run watch`

Recommend