Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sahandsn/fullstackopen-course

These are my submissions the University of Helsinki's FullStackOpen course.
https://github.com/sahandsn/fullstackopen-course

axios bcrypt bootstrap ci-cd eslint express javascript jsonwebtoken material-ui mongodb mongoose nodejs postgresql postman react reactquery reactrouter redux sequelize typescript

Last synced: about 2 months ago
JSON representation

These are my submissions the University of Helsinki's FullStackOpen course.

Awesome Lists containing this project

README

        

# FullStackOpen
This repository contains my solutions to University of Helsinki's [FullStackOpen](https://fullstackopen.com/en/) course.

## About the Course
This course is held at the Department of Computer Science at the University of Helsinki in Spring 2020.

It 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.

### [Part 0: Fundamentals of Web apps](core-course-and-extenstions/part0)
### [Part 1: Introduction to React](core-course-and-extenstions/part1)
### [Part 2: Communicating With Server](core-course-and-extenstions/part2)
### [Part 3: Programming a server with NodeJS and Express](core-course-and-extenstions/part3)
### [Part 4: Testing Express servers, user administration](core-course-and-extenstions/part4)
### [Part 5: Testing React apps](core-course-and-extenstions/part5)
### [Part 6: Advanced state management](core-course-and-extenstions/part6)
### [Part 7: React router, custom hooks, styling app with CSS and webpack](core-course-and-extenstions/part7)
### [Part 9: TypeScript](typescript/part9)
### [Part 11: CI-CD](ci-cd/part11)
### [Part 13: Using relational databases](relational-databases/part13)