Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shinji29/full-stack-open-24
- Owner: shinji29
- License: mit
- Created: 2024-09-05T12:58:56.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T14:05:21.000Z (3 months ago)
- Last Synced: 2024-11-09T05:13:31.102Z (about 2 months ago)
- Topics: backend, css, es6, es6-javascript, frontend, fso, full-stack-open, fullstack-development, html, javascript, mern-stack, react, reactjs, reactjs-components, reactjs-es6, web-development
- Language: JavaScript
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)