LearningTypeScript/projects — reverse-engineered prompt

Reverse engineered prompt

GitHub

I want a TypeScript practice repo that feels like a companion to a learning book. Make it a collection of hands on, real world projects organized by chapter or topic, where each project lives in its own folder and has a short README that tells me what it is and how to run it from inside that folder.

Please mix in a few kinds of exercises, some small warmups, some larger self contained challenges, and some fun themed ones too. Keep TypeScript strict, make sure tests and formatting are set up, and make the whole thing easy to clone, install, and start using with one simple setup step at the root.

The goal is that someone can open the repo, pick any chapter project, go into that directory, and start practicing right away without confusion. Make it feel polished and beginner friendly, but still useful for real TypeScript learning. If you need details on conventions or setup, look up the current docs online and make sensible choices.

Want more depth? Deep Reverse