An open API service indexing awesome lists of open source software.

https://github.com/timendus/js-workshop

Code used to give JavaScript workshops. If you want, you can use them for your own workshops too.
https://github.com/timendus/js-workshop

Last synced: about 1 year ago
JSON representation

Code used to give JavaScript workshops. If you want, you can use them for your own workshops too.

Awesome Lists containing this project

README

          

These snippets of code are used to give a JavaScript workshop. If you want, you
can use them for your own workshops too.

## Part one: JavaScript the language

* [Slides](https://docs.google.com/presentation/d/1sU2TI29m-bA4dDtkDN0jwR_BNeqyEHthSravgczTT90/edit?usp=sharing)
* [Videos of the workshop](https://www.youtube.com/playlist?list=PL2Mw2Bc1JCHfF9KFEqvFIofkiSFGrEeRU) (in Dutch)

## Part two: JavaScript and the browser

Work in progress 😉

* [Slides](https://docs.google.com/presentation/d/1RxYUsCfFCf29Q21tlpxWnxyGpPOBjkkXAlFXE4t6Elg/edit?usp=sharing)
* Event server
* [Documentation](./server#readme)
* Demos:
* [Puppets](https://timendus.github.io/js-workshop/JavaScript%20and%20the%20browser/demos/puppets/example.html)
* [Rock, Paper, Scissors](https://timendus.github.io/js-workshop/JavaScript%20and%20the%20browser/demos/rock-paper-scissors/example.html)