Skip to content

A collection of code katas to help JavaScript programmers hone their skills through practice and repetition

Notifications You must be signed in to change notification settings

andrewstoker/lightning-katas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightning Katas

"I fear not the man who has practiced 10,000 kicks once, but I fear the man who has practiced one kick 10,000 times."

Bruce Lee

Build Status

Set up

Pretty much the same as Test-Driven Tuesday repository setup :-)

  • Fork: Fork this repository
  • Clone: Clone your fork - git clone https://github.com/< MyGitHubAccount >/lightning-katas.git
  • Set up Upstream: Configure push to your fork - git remote set-url --push origin https://github.com/< MyGitHubAccount >/lightning-katas
  • Get dependencies: Run npm install (make sure you have node.js installed ;-) )
  • Validate: run npm test

Feeling Lucky?

Run node pick_one and enjoy your random kata!

About

A collection of code katas to help JavaScript programmers hone their skills through practice and repetition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.5%
  • CoffeeScript 13.5%