Skip to content

Katas and work done for the Muses Code JS Melbourne chapter

Notifications You must be signed in to change notification settings

muses-code-js/coding-dojo-melbourne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Dojo

Tech Requirements

  1. Ensure that you have node installed in your system
For Windows Users
  • Download the Windows installer from the Nodes.js® web site.
  • Run the installer.
  • Follow the prompts in the installer (Accept the license agreement, click the NEXT button and accept the default installation settings).
For Mac Users
  • use homebrew/nvm to install node (instructions on how to install homebrew and node are here)
  1. You have to know the basic of JavaScript.

If you do need a blueprint of learning JavaScript, This article may provide you a short guide. https://medium.freecodecamp.org/a-beginners-javascript-study-plan-27f1d698ea5e

Do you want to learn by doing? Here is a free source for you. https://www.codecademy.com/

If you want to practice JavaScript(or along with HTML5/CSS3) briefly without heavy setup, JSFiddle provides a decent place for you. https://jsfiddle.net/

and you can find many more sources from global web!

Running the Katas

  1. fork the github repository
  2. change directories into the katas folder cd katas
  3. change directories into one of the katas - e.g. cd fizz-buzz
  4. run nvm use to run with the latest node version.
  5. run npm install to use the dependencies (at present its mocha to write the tests)
  6. run npm test to run the tests.

Share your work by following the Contributing Guidelines

Feedback

For any other feedbacks feel free to email us at melbourne@musescodejs.org