This repository contains my submissions for the Fullstack Open course by the University of Helsinki. The course covers modern web development using JavaScript, React, Node.js, MongoDB, and more.
The repository is structured according to the different parts of the course:
.
├── part0
├── part1
├── part2
├── part3
├── part4
├── part5
├── part6
├── part7
├── part8
├── part9
└── README.md
Each part contains exercise solutions for the corresponding section of the course.
Make sure you have the following installed:
cd partX/frontend
npm install # or yarn install
npm start
cd partX/backend
npm install # or yarn install
npm run dev
Replace partX
with the appropriate part number.
- React.js
- Redux
- Node.js
- Express.js
- MongoDB
- GraphQL
- Jest
- Cypress
Some exercises may be deployed using:
This repository follows the course's best practices and is regularly updated with new exercises as I progress through the course.