https://github.com/fedellen/fullstackopen-learning-journey
A compilation of projects I made while following JavaScript course material on fullstackopen.com
https://github.com/fedellen/fullstackopen-learning-journey
Last synced: 15 days ago
JSON representation
A compilation of projects I made while following JavaScript course material on fullstackopen.com
- Host: GitHub
- URL: https://github.com/fedellen/fullstackopen-learning-journey
- Owner: fedellen
- License: mit
- Created: 2021-01-03T18:27:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T02:09:46.000Z (about 5 years ago)
- Last Synced: 2025-04-09T12:43:19.858Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 8.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fullstack Open Learning Journey 🚀
Here is a compilation of projects I've created while following along with the course material located at [Fullstack Open](https://https://fullstackopen.com/). Projects marked with `**-practice` were made following the material directly. The others were made to solve the `exercise` portions of the course.
Many of these are smaller projects for learning a particular concept or technology. Some were re-visted during the course and developed into larger applications.
## Main Projects
- Phonebook App - [ [Frontend](https://github.com/fedellen/fullstackopen-learning-journey/tree/master/part2/phonebook) | [Backend](https://github.com/fedellen/fullstackopen-learning-journey/tree/master/part3/phonebook-backend) ]
- Bloglist App - [ [Frontend](https://github.com/fedellen/fullstackopen-learning-journey/tree/master/part5/bloglist-frontend) | [Backend](https://github.com/fedellen/fullstackopen-learning-journey/tree/master/part4/bloglist-backend) ]
- GraphQL Libary App - [ [Frontend](https://github.com/fedellen/fullstackopen-learning-journey/tree/master/part8/graphql-library-frontend) | [Backend](https://github.com/fedellen/fullstackopen-learning-journey/tree/master/part8/graphql-library-backend) ]
- Patientor Typescript Project - [ [Frontend](https://github.com/fedellen/fullstackopen-learning-journey/tree/master/part9/patientor-frontend) | [Backend](https://github.com/fedellen/fullstackopen-learning-journey/tree/master/part9/patientor-backend) ]
- React Native Rate Repositories App - [ [App](https://github.com/fedellen/fullstackopen-learning-journey/tree/master/part10/rate-repositories-app) ]
## Technologies Used
- React
- Express
- Redux
- MongoDB
- GraphQL
- Apollo Server / Client
- Typescript
- React Native
- Git / Github
I've learned a tremendous amount about web development from this course. The exercises were challenging and really drove my programming skills to a new level. I would highly recommend it to anyone interested in modern development using JavaScript and React 💻