https://github.com/caballeroluis/fullstackopen
Full Stack Open Course - University of Helsinki - 2022/2023
https://github.com/caballeroluis/fullstackopen
graphql node-express-mongodb nodejs reactjs redux rest-api typescript
Last synced: about 1 year ago
JSON representation
Full Stack Open Course - University of Helsinki - 2022/2023
- Host: GitHub
- URL: https://github.com/caballeroluis/fullstackopen
- Owner: caballeroluis
- Created: 2023-09-14T11:33:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T17:27:43.000Z (over 2 years ago)
- Last Synced: 2025-01-14T12:51:33.434Z (about 1 year ago)
- Topics: graphql, node-express-mongodb, nodejs, reactjs, redux, rest-api, typescript
- Language: JavaScript
- Homepage: https://fullstackopen.com
- Size: 687 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Open Course - University of Helsinki - 2022/2023
## About the course
This course is an introduction to contemporary web development using JavaScript. Its primary focus is on constructing single-page applications with ReactJS that interact with _REST APIs_ crafted using _Node.js_. Key topics covered in this course encompass: _React_, _Redux_, _Node.js_, _MongoDB_, _GraphQL_, and _TypeScript_.
## About this repository
Within this repository, you'll find my personal solutions to exercises from the 2022/23 edition of the [Full Stack Open](https://fullstackopen.com/en) course, offered by the [University of Helsinki](https://www.helsinki.fi/en).
## Certificates
## Course Parts
### Part 0: Fundamentals of Web apps
### Part 1: Introduction to React
### Part 2: Communicating with server (Programming a server with NodeJS and Express)
### Part 3: Programming a server with NodeJS and Express (Testing Express servers, user administration)
### Part 4: Testing Express servers, user administration (Testing React apps)
### Part 5: Testing React apps (Advanced state management)
### Part 6: Advanced state management (React router, custom hooks, styling app with CSS and webpack)
### Part 7: React router, custom hooks, styling app with CSS and webpack (GraphQL)
### Part 8: GraphQL (TypeScript)
### Part 9: TypeScript (React Native)
### Part 10: React Native (CI/CD)
### Part 11: CI/CD - (Containers)
### Part 12: Containers - (Using relational databases)