Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeswibon/fullstackopen
Fullstack open course
https://github.com/aeswibon/fullstackopen
Last synced: about 2 months ago
JSON representation
Fullstack open course
- Host: GitHub
- URL: https://github.com/aeswibon/fullstackopen
- Owner: aeswibon
- Created: 2022-06-26T15:01:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T22:21:07.000Z (over 1 year ago)
- Last Synced: 2024-04-17T01:03:47.640Z (9 months ago)
- Language: JavaScript
- Size: 619 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FullStackOpen
## Introduction
Learn React, Redux, Node.js, MongoDB, GraphQL and TypeScript in one go! This course will introduce you to modern JavaScript-based web development. The main focus is on building single page applications with ReactJS that use REST APIs built with Node.js.
This course 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. The course also contains a section on GraphQL, a modern alternative to REST APIs. \
The course covers testing, configuration and environment management, and the use of MongoDB for storing the application’s data.## Contents
### [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)
### [Part 4 - Testing Express servers, user administration](./part4)
### [Part 5 - Testing React apps](./part5)
### [Part 6 - State management with Redux](./part6)
### [Part 7 - React router, custom hooks, styling app with CSS and webpack](./part7)
### [Part 8 - GraphQL](./part8)
### [Part 9 - Typescript](./part9)
### [Part 10 - React Native](./part10)
### [Part 11 - CI/CD](./part11)
### [Part 12 - Containers](./part12)
### [Part 13 - Using relational databases](./part13)