Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aeswibon/fullstackopen

Fullstack open course
https://github.com/aeswibon/fullstackopen

Last synced: about 2 months ago
JSON representation

Fullstack open course

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)