From 4b43bd5794405230628b35047b0921750620b5fb Mon Sep 17 00:00:00 2001 From: 2400031665 <240003665@kluniversity.in> Date: Fri, 15 May 2026 20:36:24 +0530 Subject: [PATCH] Implement Responsive UI with Header/Footer (#68) --- README.md | 9 +++- index.html | 44 ++++++++++++------- script.js | 126 ++++++++++++++++++++++++++++------------------------- style.css | 105 +++++++++++++++++++++++++++++++++++++++----- 4 files changed, 196 insertions(+), 88 deletions(-) diff --git a/README.md b/README.md index 8412aee..632a94d 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,20 @@ A high-performance, minimalist productivity tool designed to help you stay organ - **🚀 Dynamic Task Management**: - Effortlessly add new tasks. - Mark tasks as completed with a single click. - - Remove tasks you no longer need. + - Edit or remove tasks you no longer need. - **📊 Real-time Progress Tracking**: - Stay motivated with a live progress indicator that calculates your completion percentage instantly. - **⏱️ Precision Timer**: - Built-in stopwatch to track the time spent on your productivity sessions. - **📱 Clean & Responsive UI**: - A distraction-free interface that works across various devices. +- **🌙 Dark Mode Toggle**: + - Switch between light and dark themes with smooth transitions. +- **🧭 Navigation Tabs**: + - Dedicated pages for **Tasks**, **Progress**, and **Timer** for better organization. +- **⚖️ Sticky Footer**: + - Professional footer with copyright and GitHub profile link. + ## 🛠️ Tech Stack diff --git a/index.html b/index.html index 0f7fb66..c735f86 100644 --- a/index.html +++ b/index.html @@ -5,28 +5,42 @@
- -