Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f-lsq/full-stack-open
https://fullstackopen.com/en/
https://github.com/f-lsq/full-stack-open
Last synced: about 1 month ago
JSON representation
https://fullstackopen.com/en/
- Host: GitHub
- URL: https://github.com/f-lsq/full-stack-open
- Owner: f-lsq
- Created: 2024-04-02T16:57:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T16:57:55.000Z (9 months ago)
- Last Synced: 2024-04-08T20:40:36.343Z (9 months ago)
- Language: JavaScript
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Open
Started this course as a supplement to my software development course, with the aim of sharpening my `React`, `Node.js` and `MongoDB` knowledge and learning `Redux`, and incorporating it into my personal projects.
The additional stacks such as `GraphQL` and `TypeScript` are also a plus, given its alignment with industry standards.Initial goal is to complete up to **part 7**.
## Course Parts and Completion Status
| Part | Name | Status | Started | Completed |
| -----| -------------------------------------------------------------------------------------------------- | ------------ | ---------- | ---------- |
| 0 | [Fundamentals of Web apps](https://fullstackopen.com/en/part0) | Completed | 2024-04-02 | 2024-04-06 |
| 1 | [Introduction to React](https://fullstackopen.com/en/part1) | In Progress | 2024-04-07 | YYYY-MM-DD |
| 2 | [Communicating with server](https://fullstackopen.com/en/part2) | Not Started | YYYY-MM-DD | YYYY-MM-DD |
| 3 | [Programming a server with NodeJS and Express](https://fullstackopen.com/en/part3) | Not Started | YYYY-MM-DD | YYYY-MM-DD |
| 4 | [Testing Express servers, user administration](https://fullstackopen.com/en/part4) | Not Started | YYYY-MM-DD | YYYY-MM-DD |
| 5 | [Testing React apps](https://fullstackopen.com/en/part5) | Not Started | YYYY-MM-DD | YYYY-MM-DD |
| 6 | [Advanced state management](https://fullstackopen.com/en/part6) | Not Started | YYYY-MM-DD | YYYY-MM-DD |
| 7 | [React router, custom hooks, styling app with CSS and webpack](https://fullstackopen.com/en/part7) | Not Started | YYYY-MM-DD | YYYY-MM-DD |
| 8 | [GraphQL](https://fullstackopen.com/en/part8) | Not in Scope | YYYY-MM-DD | YYYY-MM-DD |
| 9 | [TypeScript](https://fullstackopen.com/en/part9) | Not in Scope | YYYY-MM-DD | YYYY-MM-DD |
| 10 | [React Native](https://fullstackopen.com/en/part10) | Not in Scope | YYYY-MM-DD | YYYY-MM-DD |
| 11 | [CI/CD](https://fullstackopen.com/en/part11) | Not in Scope | YYYY-MM-DD | YYYY-MM-DD |
| 12 | [Containers](https://fullstackopen.com/en/part12) | Not in Scope | YYYY-MM-DD | YYYY-MM-DD |
| 13 | [Using relational databases](https://fullstackopen.com/en/part13) | Not in Scope | YYYY-MM-DD | YYYY-MM-DD |*Note: One part corresponds loosely to one week (averaging 15-20 hours)*
## Resources
* [Course Page](https://fullstackopen.com/en/)
* [Personal Notes](https://docs.google.com/document/d/18oAsTtXZvPNYTaiaRfXReuB9qUhou9R6e0TpGBDmh8g/edit#heading=h.yk1rufi4tp0y)