Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shinji29/full-stack-open-24

This repository contains my solutions for the Full Stack Open 2024 exercises.
https://github.com/shinji29/full-stack-open-24

backend css es6 es6-javascript frontend fso full-stack-open fullstack-development html javascript mern-stack react reactjs reactjs-components reactjs-es6 web-development

Last synced: about 1 hour ago
JSON representation

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

Awesome Lists containing this project

README

        

# [Full Stack Open 2024](https://fullstackopen.com/en/)

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.

---

### [Part 0 - Fundamentals of Web apps](./part0)

### [Part 1 - Introduction to React](./part1)

### [Part 2 - Communicating with server](./part2)

### [Part 3 - Programming a server with NodeJS and Express](./part3)