yfove / FullStackOpen2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Stack Open 2020

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

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.

couse certificate

Part 0 - Fundamentals of Web apps

Part 1 - Introduction to React

Part 2 - Communicating with server

Part 3 - Programming a server with NodeJS and Express

Part 4 - Testing Express servers, user administration

Part 5 - Testing React apps

Part 6 - State management with Redux

Part 7 - React router, custom hooks, styling app with CSS and webpack

Part 8 - GraphQL

Part 9 - Typescript

About


Languages

Language:JavaScript 59.4%Language:HTML 32.9%Language:CSS 7.6%