- 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
- Part 4: Testing Express Servers, User Administration
- Part 5: Testing React Apps
- Part 6: State management with Redux
- Part 7: React Router, Custom Hooks, Styling App with CSS and Webpack
- Part 8: GraphQL
- Part 9: Typescript
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. The course covers testing, configuration and environment management, and the use of MongoDB for storing the application’s data. This year's edition of the course contains a new part on TypeScript & React Native.