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

https://github.com/erhant/adventofts-2023

Solutions to Advent of TypeScript 2023.
https://github.com/erhant/adventofts-2023

typehero types typescript

Last synced: 22 days ago
JSON representation

Solutions to Advent of TypeScript 2023.

Awesome Lists containing this project

README

          

# [Advent of TypeScript 2023](https://typehero.dev/aot-2023)

Within this repo I have my solutions to AOTS 2023, along with their explanations & tests. You can find detailed walkthroughs for each day's challenge below:

- **Days 1 to 10**: [Online](https://dev.to/erhant/advent-of-typescript-2023-part-i-1fh1) | [Markdown](./docs/01-10.md)
- **Days 11 to 20**: [Online](https://dev.to/erhant/advent-of-typescript-2023-part-ii-38ao) | [Markdown](./docs/11-20.md)
- **Days 21 to 25**: [Online](https://dev.to/erhant/advent-of-typescript-2023-part-iii-54l) | [Markdown](./docs/21-25.md)

## Usage

You can install the packages via:

```sh
bun install
```

Then, you can check the solutions with:

```sh
bun check
```

## Challenges

- [x] [Day 1. Christmas Cookies](https://typehero.dev/challenge/day-1)
- [x] [Day 2. Cookie Inventory](https://typehero.dev/challenge/day-2)
- [x] [Day 3. Gift Wrapper](https://typehero.dev/challenge/day-3)
- [x] [Day 4. Delivery Addresses](https://typehero.dev/challenge/day-4)
- [x] [Day 5. Santa's List](https://typehero.dev/challenge/day-5)
- [x] [Day 6. Filtering the Children I](https://typehero.dev/challenge/day-6)
- [x] [Day 7. Filtering the Children II](https://typehero.dev/challenge/day-7)
- [x] [Day 8. Filtering the Children III](https://typehero.dev/challenge/day-8)
- [x] [Day 9. Is Santa Dyslexic?](https://typehero.dev/challenge/day-9)
- [x] [Day 10. Street Suffix](https://typehero.dev/challenge/day-10)
- [x] [Day 11. Protect the List](https://typehero.dev/challenge/day-11)
- [x] [Day 12. Find Santa I](https://typehero.dev/challenge/day-12)
- [x] [Day 13. Count the Days](https://typehero.dev/challenge/day-13)
- [x] [Day 14. Naughty List](https://typehero.dev/challenge/day-14)
- [x] [Day 15. Box the Toys](https://typehero.dev/challenge/day-15)
- [x] [Day 16. Find Santa II](https://typehero.dev/challenge/day-16)
- [x] [Day 17. Rock Paper Scissors](https://typehero.dev/challenge/day-17)
- [x] [Day 18. Remaining Deliveries](https://typehero.dev/challenge/day-18)
- [x] [Day 19. Embezzle Funds](https://typehero.dev/challenge/day-19)
- [x] [Day 20. ASCII Art](https://typehero.dev/challenge/day-20)
- [x] [Day 21. Tic-Tac-Toe](https://typehero.dev/challenge/day-21)
- [x] [Day 22. Sudoku](https://typehero.dev/challenge/day-22)
- [x] [Day 23. Connect4](https://typehero.dev/challenge/day-23)
- [x] [Day 24. Santa in Forest](https://typehero.dev/challenge/day-24)
- [x] [Day 25. Merry Christmas!](https://typehero.dev/challenge/day-25)