From dce1e2894f1970dc4733a7258c387536db0ca8d1 Mon Sep 17 00:00:00 2001 From: ronak-create Date: Fri, 20 Mar 2026 17:45:23 +0530 Subject: [PATCH] Add Terminal Emulator Tutorial to TypeScript section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9f3119b7..d8e2590d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Rust](#rust) - [Scala](#scala) - [Swift](#swift) +- [TypeScript](#typescript) - [Additional resources](#additional-resources) ## C/C++: @@ -655,6 +656,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Hacking with Swift - Learn Swift by doing 39 projects](https://www.hackingwithswift.com/read) - [Retro first-person shooter from scratch](https://github.com/nicklockwood/RetroRampage) +## TypeScript: + +- [Build a Browser-Based Terminal Emulator from Scratch in TypeScript](https://ronak-create.github.io/Terminal-Emulator/) + ## Additional Resources - [React Redux Links](https://github.com/markerikson/react-redux-links)