1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-02 06:20:48 +00:00

Added free online learning resources for Javascript frameworks (#3884)

* Added free online learning resources for Javascript frameworks

* Fixed linting issues
This commit is contained in:
Triin Kask 2020-10-10 20:49:36 +03:00 committed by GitHub
parent 5259b01859
commit c41fb80484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@
* [C Sharp](#c-sharp)
* [Java](#java)
* [JavaScript](#javascript)
* [Angular](#angular)
* [Vue](#vue)
* [PHP](#php)
* [Python](#python)
* [R](#r)
@ -30,6 +32,17 @@
### JavaScript
* [JavaScript](http://puhang.tpt.edu.ee/raamatud/JavaScript_konspekt.pdf) - Jüri Puhang (PDF)
* [Javascript](http://lepo.it.da.ut.ee/~epuman/javascript.html) - Ella Puman, Tartu ÜLikooli õppematerjal
##### Angular
* [Angular](http://www.cs.tlu.ee/teemad/get_file.php?id=400) - Tallinna Ülikooli õppematerjal
##### Vue
* [Vue](http://www.cs.tlu.ee/teemaderegister/get_file.php?id=715) - Tallinna ülikooli õppematerjal
### PHP