Skip to content

Commit 141d235

Browse files
committed
Initial Import
1 parent f9ac6cd commit 141d235

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

Diff for: README.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,50 @@
11
example-training-repo
22
=====================
33

4+
```
45
This is the example training repo, so you (trainers) have an idea of what we had in mind. It is just a guide for inspiration.
6+
```
7+
8+
## Description
9+
10+
With this training, you will learn all about Horses and Doges and how they use Javascript to communicate
11+
12+
## With this training, you will learn
13+
14+
* Use JS effectively to fetch a bone
15+
* Create assynchronous calls to scout the meddow fast
16+
17+
## Trainers
18+
19+
* [horse_js](https://twitter.com/horse_js)
20+
* [dogejs](https://twitter.com/dogejs)
21+
22+
## Preparations for this training
23+
24+
In order to prepare to this training you should/must do the following List of readings and exercises. If you have questions, please open an issue and we will be glad to answer, you might be helping other participants too.
25+
26+
### TODO List
27+
28+
- [] Mega WORKSHOPER
29+
- [] READ AWESOME BLOG POST
30+
- [] See this BRILLIANT TALK
31+
- [] all the things
32+
33+
### Materials
34+
35+
* [Materials](/materials)
36+
* Other places
37+
* ...
38+
39+
40+
## 27 Jun XX:YYh Participants
41+
42+
* Person A
43+
* Person B
44+
* ...
45+
46+
## 28 Jun XX:YYh Participants
47+
48+
* Person X
49+
* Person Y
50+
* ...

Diff for: materials/code_example.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('HEY! :D');

0 commit comments

Comments
 (0)