From d2019f1e86494341ab2e3a4abca14c547e777b9c Mon Sep 17 00:00:00 2001 From: Zubair <77893877+2u841r@users.noreply.github.com> Date: Sat, 15 Jun 2024 07:57:05 +0600 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6dea741..0b83db1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # deno-crash-course These are the files for the Deno Crash Course available on YouTube [here](https://youtube.com/playlist?list=PLtLXFsdHI8JTvdHeiipqWrCaic0eNXMu6) + +### Index +Use Index or Check branches. +1. Installation +2. [File manipulation](https://github.com/treefarmstudio/deno-crash-course/tree/part-2) +3. [Modules](https://github.com/treefarmstudio/deno-crash-course/tree/part-3) +4. [REST API](https://github.com/treefarmstudio/deno-crash-course/tree/part-4) +5. [Firestore](https://github.com/treefarmstudio/deno-crash-course/tree/part-5) +6. [Vite](https://github.com/treefarmstudio/deno-crash-course/tree/part-6)