Course by the University of Helsinki. fullstackopen.com
This course serves as an introduction to modern web application development with JavaScript. The main focus is on building single page applications with ReactJS that use REST APIs built with Node.js. The course also contains a section on GraphQL, a modern alternative to REST APIs.
fullstackopen/
├── part0/ # Fundamentals of Web apps
│ ├── 0.4_new-note.md
│ ├── 0.5_single-page-app.md
│ └── 0.6_new-note-spa.md
├── part1/ # Introduction to React
│ ├── anecdotes/
│ ├── courseinfo/
│ └── unicafe/
└── part2/ # Communicating with server
├── countries/
├── courseinfo/
└── phonebook/
- Part 0 — Fundamentals of Web apps
- Part 1 — Introduction to React
- Part 2 — Communicating with server
- Part 3 — Programming a server with NodeJS and Express