Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.34 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.34 KB

This course is held at the Department of Computer Science at the University of Helsinki in Spring 2024.

It 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.

GraphQL, a modern alternative to REST APIs is also covered by this course. As well as testing, configuration & environment management, and the use of MongoDB for storing the application’s data. A part on TypeScript can also be found on this year's edition.

This repository contains my solutions for this course's exercises.