From 3475ad4b2723582f789cd7924486a88cc820deb4 Mon Sep 17 00:00:00 2001 From: aerinpatel Date: Sun, 19 Jan 2025 01:18:40 +0530 Subject: [PATCH 1/2] added formify --- public/formify | 1 + 1 file changed, 1 insertion(+) create mode 160000 public/formify diff --git a/public/formify b/public/formify new file mode 160000 index 00000000..9b4663c4 --- /dev/null +++ b/public/formify @@ -0,0 +1 @@ +Subproject commit 9b4663c4bc3733ac6c844c029d0a86ed8f415ca0 From 98811e824a88ff88c4e5c0f78271076cbb898b16 Mon Sep 17 00:00:00 2001 From: aerinpatel Date: Sun, 19 Jan 2025 10:14:12 +0530 Subject: [PATCH 2/2] final commit for formify --- index.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/index.js b/index.js index 9b2b1161..6c25d7e8 100644 --- a/index.js +++ b/index.js @@ -164,14 +164,15 @@ function fillTable() { ["Day 93","TextUtils", "/public/Textutils/src/App.js"], ["Day 94","Hangman Game","./public/HangmanGame/index.html"], ["Day 95","TodoList in React TS Tailwind","./public/TodoList-React-TS-Tailwind/index.html"], - ["Day 96","HCL Color Generator","./public/HCL Color Generator/index.html"], - ["Day 97","Time Capsule","public/Time-Capsule/index.html"], - ["Day 98","Virtual Piano","./public/Virtual Piano/index.html"], - ["Day 99","NASA-APOD Extension","./public/NASA-APOD/popup.html"], - ["Day 100","Text Saver Extension","public/Text_Saver_Ext/popup.html"], - ["Day 101","Personal Finance Tracker","./public/FinanceTracker/index.html"], -["Day 102","Travel Booking Website","./public/Travel_booking_website/index.html"], -["Day 103","Drumkit Game","./public/Drumkit_Game/index.html"] + ["Day 96","HCL Color Generator","./public/HCL Color Generator/index.html"], + ["Day 97","Time Capsule","public/Time-Capsule/index.html"], + ["Day 98","Virtual Piano","./public/Virtual Piano/index.html"], + ["Day 99","NASA-APOD Extension","./public/NASA-APOD/popup.html"], + ["Day 100","Text Saver Extension","public/Text_Saver_Ext/popup.html"], + ["Day 101","Personal Finance Tracker","./public/FinanceTracker/index.html"], + ["Day 102","Travel Booking Website","./public/Travel_booking_website/index.html"], + ["Day 103","Drumkit Game","./public/Drumkit_Game/index.html"], + ["Day 104","formify","./public/formify/index.html"] ]; const tbody = document.getElementById('tableBody');