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

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.

Awesome Lists containing this project

README

          

# Full Stack Open

[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/douglasdotv/fullstackopen/blob/main/README.md)
[![pt-br](https://img.shields.io/badge/lang-pt--br-green.svg)](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)