|
1 | 1 | # Coding Dojo |
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | | - <img src="http://nodegirls.io/images/ng-logo.svg" width="500"> |
| 4 | + <img src="https://raw.githubusercontent.com/node-girls-australia/coding-dojo/master/logo.png" width="500"> |
5 | 5 | </p> |
6 | 6 |
|
7 | 7 | <p align="center"> |
8 | 8 | <a href="http://nodegirls-au.slack.com/messages/sydney-dojo-sessions/"><img src="https://img.shields.io/badge/slack.com-nodegirls--au-green.svg"></a> |
9 | 9 | <a href="https://www.meetup.com/en-AU/Node-Girls-Sydney/"><img src="https://img.shields.io/badge/%F0%9D%93%B6%20meetup.com-Node--Girls--Sydney-red.svg"></a> |
10 | 10 | </p> |
11 | 11 |
|
12 | | -### Tech Requirements |
13 | | -1. Ensure that you have node installed in your system |
14 | | - ##### For Windows User |
| 12 | +### Tech Requirements |
| 13 | +1. Ensure that you have node installed in your system |
| 14 | + ##### For Windows User |
15 | 15 | - Download the Windows installer from the Nodes.js® web site. |
16 | 16 | - Run the installer. |
17 | 17 | - Follow the prompts in the installer (Accept the license agreement, click the NEXT button and accept the default installation settings). |
18 | 18 | ##### For Mac users |
19 | | - - use homebrew/nvm to install node |
20 | | -2. You have to know the basic of JavaScript. |
| 19 | + - use homebrew/nvm to install node |
| 20 | +2. You have to know the basic of JavaScript. |
21 | 21 | - dofactory: JavaScript reference guide http://www.dofactory.com/tutorial/javascript |
22 | 22 | - JavaScript reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference |
23 | | - |
24 | | - If you do need a blueprint of learning JavaScript, This article may provide you a short guide. |
| 23 | + |
| 24 | + If you do need a blueprint of learning JavaScript, This article may provide you a short guide. |
25 | 25 | https://medium.freecodecamp.org/a-beginners-javascript-study-plan-27f1d698ea5e |
26 | | - |
27 | | - Do you want to learn by doing? |
28 | | - Here is a free source for you. |
| 26 | + |
| 27 | + Do you want to learn by doing? |
| 28 | + Here is a free source for you. |
29 | 29 | https://www.codecademy.com/ |
30 | | - |
31 | | - If you want to practice JavaScript(or along with HTML5/CSS3) briefly without heavy setup, JSFiddle provides a decent place for you. |
| 30 | + |
| 31 | + If you want to practice JavaScript(or along with HTML5/CSS3) briefly without heavy setup, JSFiddle provides a decent place for you. |
32 | 32 | https://jsfiddle.net/ |
33 | | - |
| 33 | + |
34 | 34 | and you can find many more sources from global web! |
35 | 35 |
|
36 | 36 | ### Running the Katas |
|
0 commit comments