Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanhauhau/advent-of-typescript-clone
https://github.com/tanhauhau/advent-of-typescript-clone
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanhauhau/advent-of-typescript-clone
- Owner: tanhauhau
- Created: 2024-06-18T23:40:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T04:47:59.000Z (5 months ago)
- Last Synced: 2024-06-22T16:13:27.823Z (5 months ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a Advent of TypeScript clone with SvelteKit, Svelte 5, monaco editor, TailwindCSS
After working through [Advent of TypeScript](https://typehero.dev/aot-2023), I began to wonder how this code challenge platform was built. Join me on this coding journey as I attempt to build a clone of it.
- Video https://youtu.be/1xdy5baFOKA
- Advent of TypeScript https://typehero.dev/aot-2023
- Advent of Typescript 2023 - Solution Walkthrough https://youtu.be/TSAp8cAcHQU
- Tailwind CSS https://tailwindcss.com/
- Monaco Editor https://microsoft.github.io/monaco-editor/
- Marked https://github.com/markedjs/marked
- SvelteKit https://kit.svelte.dev/