My submissions for Exercises for fullstackopen.com, University of Helsinki.
The repository contains submissions for each part of the course as their own separate directories. Each directory contains the exercises as files or folders as needed. For example, for part0 all exercises are put into individual markdown files because of the simplicity of those exercises.
[Fullstack_Open_exercises Repository]
├── part0/ # Fundamentals of Web Apps (e.g., sequence diagrams in Markdown)
│ ├── 0.4_new_note.md
│ └── ...
├── part1/ # Introduction to React
│ └── ...
├── part2/ # Communicating with server
│ └── ...
├── part3/ # Programming a server with NodeJS and Express
│ └── ...
├── part4/ # Testing Express servers, user administration
│ └── ...
├── .../
└── LICENSE
All of these exercise submissions are provided as per MIT License, see License.