From 7de199fcd249d51b3076f97ad8001b851a0b0c24 Mon Sep 17 00:00:00 2001 From: "2393117@cognizant.com" Date: Sun, 10 Aug 2025 20:01:17 +0530 Subject: [PATCH 1/2] Added Words and Letters Counter --- .../Word and Letters Counter/index.html | 117 ++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 projects/web-development/Word and Letters Counter/index.html diff --git a/projects/web-development/Word and Letters Counter/index.html b/projects/web-development/Word and Letters Counter/index.html new file mode 100644 index 00000000..976db253 --- /dev/null +++ b/projects/web-development/Word and Letters Counter/index.html @@ -0,0 +1,117 @@ + + + + + +Word & Letter Counter + + + + +
+

Word & Letter Counter

+ +
+ + + +
+
Words: 0
+
Letters: 0
+
+
+ + + + + From b3d2b6cadbb7645e1e33401026fdda2d92f0f0a1 Mon Sep 17 00:00:00 2001 From: "2393117@cognizant.com" Date: Mon, 11 Aug 2025 00:03:48 +0530 Subject: [PATCH 2/2] Changed file to static-websites folder --- .../{Word and Letters Counter => static-websites}/index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename projects/web-development/{Word and Letters Counter => static-websites}/index.html (100%) diff --git a/projects/web-development/Word and Letters Counter/index.html b/projects/web-development/static-websites/index.html similarity index 100% rename from projects/web-development/Word and Letters Counter/index.html rename to projects/web-development/static-websites/index.html