From 68b08016cf0ee4f7125ce92dfc2faca21ae1c912 Mon Sep 17 00:00:00 2001 From: Godwin Odenigbo Date: Sat, 7 Sep 2024 05:35:02 +0100 Subject: [PATCH] Added Todo Application with Typescript --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f3119b..d4cd971 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Part 1](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app/) - [Part 2](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app-part-2/) +#### Typescript: + +- [Typescript: How To Build Your First TypeScript Project - TODO List Application (video)](https://www.youtube.com/watch?v=jBmrduvKl5w) + #### Vue - [Vue 2 + Firebase: How to build a Vue app with Firebase authentication system in 15 minutes](https://medium.com/@anas.mammeri/vue-2-firebase-how-to-build-a-vue-app-with-firebase-authentication-system-in-15-minutes-fdce6f289c3c)