This repository contains the challenges I was able to solve as part of the advent of TypeScript 2023 event. Each folder contains a challenge and a markdown file in which I state the challenge and I explain my solution. As a sidenote, I think these challenges are a very nice way to learn TypeScript as they are very hands-on and practical. This way a developer can avoid tutorial hell and actually practice the concept they learn.
After cloning it, go to the project repo and run
> pnpm install
| Day | Code |
|---|---|
| Day 1 | Solution |
| Day 2 | Solution |
| Day 3 | Solution |
| Day 4 | Solution |
| Day 5 | Solution |
| Day 6 | Solution |
| Day 7 | Solution |
| Day 8 | Solution |
| Day 9 | Solution |
| Day 10 | Solution |
| Day 11 | Solution |
| Day 12 | Solution |