Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/douglasdotv/fullstackopen
- Owner: douglasdotv
- Created: 2024-10-11T20:17:51.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-10-28T09:25:09.000Z (10 days ago)
- Last Synced: 2024-10-28T11:06:24.499Z (10 days ago)
- Topics: custom-hooks, fullstackopen, javascript, jwt, mongodb, nodejs, react, redux, router, testing-tools
- Language: JavaScript
- Homepage: https://fullstackopen.com
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)