This repository contains my solutions and projects for the Full Stack Open course offered by the University of Helsinki.
Full Stack Open is a modern web development course focusing on:
JavaScript (ES6+)
React
Node.js & Express
REST APIs & GraphQL
MongoDB
Testing, linting & CI/CD
TypeScript
Containerization & deployment
The course emphasizes hands-on projects and building full-stack applications from scratch.
Each part of the course has its own directory:
part0/ → Fundamentals of Web apps
part1/ → React basics
part2/ → Communicating with server
part3/ → Programming a server with Node.js & Express
part4/ → Testing Express servers, user administration
... and so on
Inside each folder, you’ll find exercises and mini-projects for that part.
I’m using this repo to:
Practice full-stack web development
Build a strong foundation with React, Node.js, and databases
Document my progress as I move through the course