Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sahandsn/fullstackopen-course
- Owner: sahandsn
- Created: 2023-01-04T20:54:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T20:34:15.000Z (over 1 year ago)
- Last Synced: 2024-04-13T09:47:04.227Z (9 months ago)
- Topics: axios, bcrypt, bootstrap, ci-cd, eslint, express, javascript, jsonwebtoken, material-ui, mongodb, mongoose, nodejs, postgresql, postman, react, reactquery, reactrouter, redux, sequelize, typescript
- Language: JavaScript
- Homepage:
- Size: 17.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)