Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/douglasdotv/fullstackopen

Repository for the 'Full stack open' course from the University of Helsinki. Modern web development with Node.js, React, MongoDB and other relevant skills.
https://github.com/douglasdotv/fullstackopen

custom-hooks fullstackopen javascript jwt mongodb nodejs react redux router testing-tools

Last synced: 7 days ago
JSON representation

Repository for the 'Full stack open' course from the University of Helsinki. Modern web development with Node.js, React, MongoDB and other relevant skills.

Awesome Lists containing this project

README

        

# Full Stack Open

[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/douglasdotv/base/blob/master/README.md)
[![pt-br](https://img.shields.io/badge/lang-pt--br-green.svg)](https://github.com/douglasdotv/base/blob/master/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 supporting them with RESTful and GraphQL web services implemented with Node.js.

The course also has parts on TypeScript, React Native, CI/CD, container technology, debugging applications, configuration, managing runtime environments and databases.

More info about the course can be found [here](https://fullstackopen.com/en/).

## Course 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)