Skip to content

muses-code-js/coding-dojo

Repository files navigation

Coding Dojo

Tech Requirements

  1. Ensure that you have node installed in your system
For Windows User
  • 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
  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. Clone the github repository.
  2. run nvm use to run with the latest node version.
  3. run npm install to use the dependencies (at present its mocha to write the tests)
  4. 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 info@musescodejs.org