Skip to content

This repository contains my solutions for the Full Stack Open 2024 exercises.

License

Notifications You must be signed in to change notification settings

shinji29/full-stack-open-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.