An open API service indexing awesome lists of open source software.

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

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 💻