This repo contains the code that I have produced so far as part of the University of Helsinki's Full stack course.
The 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. It also covers GraphQL (a modern alternative to REST APIs), TypeScript, testing, configuration and environment management, and the use of MongoDB for storing the application’s data.
My current certificate can be found here.
And the live app here.
- Fundamentals of Web apps
- Introduction to React
- Communicating with server
- Programming a server with NodeJS and Express
- Testing Express servers, user administration
- Testing React app
- State management with Redux
- React router, custom hooks, styling app with CSS and webpack
- GraphQL
- Typescript