From 244b16cd798308d7fe43df5a462dfa4a709be38c Mon Sep 17 00:00:00 2001 From: VIJAY VARDHAN JAISWAL Date: Sat, 1 Aug 2026 21:18:17 +0530 Subject: [PATCH] Refactor index.html to use Bootstrap and enhance layout Updated the HTML structure to include Bootstrap for styling and improved layout. Added a task counter and adjusted input elements for better user experience. --- 01-To-Do List App/index.html | 67 ++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 25 deletions(-) diff --git a/01-To-Do List App/index.html b/01-To-Do List App/index.html index bcebceb..c34a5ee 100644 --- a/01-To-Do List App/index.html +++ b/01-To-Do List App/index.html @@ -1,30 +1,47 @@ - - - - To-Do List App | 100 JavaScript Projects. - - - - -

To-Do List App

-
-
- - -
- + + + + Todo App + + + + + + +
+ +
+ +

📝 Todo App

+ +
+ + +
- - - +
+ Total Tasks : + 0 +
+ +
    + +
+ +
+ +
+ + + +