Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 896 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 896 Bytes

full-stack-open-2024 Exercises

This repository contains my solutions and exercises for the Fullstack Open course offered by the University of Helsinki. The course covers modern web development practices including React, Node.js, GraphQL, and more. Each directory in this repository corresponds to a specific part of the course, showcasing the projects and exercises I've completed.

Course Overview

  • 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: Advanced state management
  • Part 7: React router, custom hooks, styling app with CSS and webpack
  • Part 8: GraphQL
  • Part 9: TypeScript
  • Part 10: React Native
  • Part 11: CI/CD
  • Part 12: Containers
  • Part 13: Using relational databases