https://github.com/douglasdotv/fullstackopen
Repository for the Full Stack Open course offered by the University of Helsinki, covering parts 1 through 7: modern web development with Node.js, React and MongoDB.
https://github.com/douglasdotv/fullstackopen
express fullstackopen javascript jwt nodejs react react-query redux testing
Last synced: about 1 month ago
JSON representation
Repository for the Full Stack Open course offered by the University of Helsinki, covering parts 1 through 7: modern web development with Node.js, React and MongoDB.
- Host: GitHub
- URL: https://github.com/douglasdotv/fullstackopen
- Owner: douglasdotv
- Created: 2024-11-24T15:13:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T18:02:45.000Z (about 1 year ago)
- Last Synced: 2025-04-05T19:41:27.040Z (11 months ago)
- Topics: express, fullstackopen, javascript, jwt, nodejs, react, react-query, redux, testing
- Language: JavaScript
- Homepage:
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Open
[](https://github.com/douglasdotv/fullstackopen/blob/main/README.md)
[](https://github.com/douglasdotv/fullstackopen/blob/main/README.pt-br.md)
Full Stack Open is an introduction to modern web development with JavaScript. The main focus is on single-page applications implemented with React and Node.js. It also delves into additional topics like MongoDB, Redux, automated testing and user authentication with JWT.
More info can be found [here](https://fullstackopen.com/en/).
## Parts
- [Part 0 - Fundamentals of web apps](./part0)
- [Part 1 - Introduction to React](./part1)
- [Part 2 - Communicating with the server](./part2)
- [Part 3 - Building a backend with Node.js and Express](./part3)
- [Part 4 - User authentication and backend testing](./part4)
- [Part 5 - Testing React components and E2E tests](./part5)
- [Part 6 - State management with Redux, React Query and Context API](./part6)
- [Part 7 - React Router, custom hooks, styling apps with component libraries, Webpack and current trends](./part7)