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

https://github.com/mina-fayazi/fullstackopen

Solutions and projects for the Full Stack Open course, covering modern web development with React, Redux, Node.js, MongoDB, GraphQL, TypeScript, CI/CD, and containerization.
https://github.com/mina-fayazi/fullstackopen

fullstack graphql javascript nodejs react rest-api typescript web-development

Last synced: 3 months ago
JSON representation

Solutions and projects for the Full Stack Open course, covering modern web development with React, Redux, Node.js, MongoDB, GraphQL, TypeScript, CI/CD, and containerization.

Awesome Lists containing this project

README

          

# Full Stack Open 2024 - Course Submissions

This repository contains my solutions to the exercises from the [Full Stack Open](https://fullstackopen.com/en/) course. This course is an introduction to modern web development with JavaScript, focusing on building single-page applications (SPAs) with React and supporting them using RESTful and GraphQL web services with Node.js. Additional topics include TypeScript, React Native, containerization, continuous integration, debugging, managing runtime environments, and working with databases.

## Course Overview

The course is structured into several parts, each focusing on different aspects of modern web development:

- **Part 0**: Fundamentals of Web apps
- **Part 1**: Introduction to React
- **Part 2**: Communicating with server
- **Part 3**: Programming a server with NodeJS and Express
- **Part 4**: Testing Express servers, user administration
- **Part 5**: Testing React apps
- **Part 6**: Advanced state management
- **Part 7**: React router, custom hooks, styling app with CSS and webpack
- **Part 8**: GraphQL
- **Part 9**: TypeScript
- **Part 10**: React Native
- **Part 11**: CI/CD
- **Part 12**: Containers
- **Part 13**: Using relational databases

Each part contains a series of exercises that help reinforce the concepts taught. The solutions for these exercises can be found in their respective folders in this repository.

## Technologies Used

Throughout the course, the following technologies and concepts will be covered:

- JavaScript (ES6+)
- React
- RESTful APIs
- Node.js and Express
- GraphQL
- TypeScript
- React Native
- Continuous Integration and Deployment (CI/CD)
- Containers (Docker)
- Git version control

## Course Link

For more information on the course, visit the [Full Stack Open](https://fullstackopen.com/en/) website.