https://github.com/animeshry/fullstackopen
https://github.com/animeshry/fullstackopen
fullstackopen2021 helsinki-university-mooc
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/animeshry/fullstackopen
- Owner: AnimeshRy
- License: mit
- Created: 2021-03-23T12:36:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T06:36:38.000Z (over 3 years ago)
- Last Synced: 2023-03-07T21:31:08.590Z (over 3 years ago)
- Topics: fullstackopen2021, helsinki-university-mooc
- Language: JavaScript
- Homepage:
- Size: 4.41 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Full Stack Open 2021](https://fullstackopen.com/en/)
This repository contains the solutions to the exercises provided by the course.
### Completed parts
- [x] Part 0: [Fundamentals of Web apps](https://fullstackopen.com/en/part0)
- [x] Part 1: [Introduction to React](https://fullstackopen.com/en/part1)
- [x] Part 2: [Communicating to server](https://fullstackopen.com/en/part2)
- [x] Part 3: [Server Programming with NodeJS Express Library](https://fullstackopen.com/en/part3)
- [x] Part 4: [Express application testing, user management](https://fullstackopen.com/en/part4)
- [x] Part 5: [Testing React apps](https://fullstackopen.com/en/part5)
- [x] Part 6: [Redux](https://fullstackopen.com/en/part6)
- [x] Part 7: [React Router](https://fullstackopen.com/en/part7)
- [x] Part 8: [GraphQL](https://fullstackopen.com/en/part8)