From 489a867f3ea6f24c263636eafac1006f6d1ece9f Mon Sep 17 00:00:00 2001 From: m-ehab2 Date: Thu, 1 Feb 2024 14:10:08 +0200 Subject: [PATCH] added a landing page --- .gitignore | 3 +- index.html | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/.gitignore b/.gitignore index 9a024d6..e705c26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # Ignore node_modules directory -node_modules/ \ No newline at end of file +node_modules/ +.gitignore \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..15aeb71 --- /dev/null +++ b/index.html @@ -0,0 +1,91 @@ + + + + + + 🚀 Full Stack MEARN Developer Labs + + + + + +
+

🚀 Welcome to the Full Stack MEARN Developer Labs 🚀

+
+
+
+

+ This repository contains all the lab assignments and projects + completed during my journey in the Information Technology + Institute (ITI) program. Explore the labs covering MongoDB, + Express.js, Angular, React, and Node.js. +

+

+ This is for the intensive code camp batch dated to November 2023 +

+ Explore Labs +

Don't forget to star the repository on GitHub! ⭐️

+
+
+ + +