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)