/fullstackopen

Repository for following the Full Stack open 2021 course.

Primary LanguageJavaScript

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

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 as well as GraphQL APIs built with Node.js.

Other topics that this course covers is testing, configuration & environment management, TypeScript, and the use of MongoDB for storing the application’s data. This repository contains my solutions for some of this course's exercises that I found extra interesting.

Keywords: React, Redux, Node.js, MongoDB, REST, GraphQL, TypeScript