From 7aca2a77aac939dfe8291cf804652af577a47b1a Mon Sep 17 00:00:00 2001 From: Mannat Date: Mon, 24 Mar 2025 21:07:26 +0530 Subject: [PATCH 1/5] Add new contribution.txt with priority levels suggestion --- contribution.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 contribution.txt diff --git a/contribution.txt b/contribution.txt new file mode 100644 index 0000000..4b56e56 --- /dev/null +++ b/contribution.txt @@ -0,0 +1 @@ +Mannat Dhami\nOne idea for improving the project: Add priority levels (high/medium/low) to todo items From 8c5bfd14c93e0e0f661334fb0c0bb4b0fdaaa2be Mon Sep 17 00:00:00 2001 From: Mannat Date: Mon, 24 Mar 2025 21:41:03 +0530 Subject: [PATCH 2/5] docs: Update README with project details --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28916a5..4860cb3 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# To.do-List \ No newline at end of file + +# Todo List Application + +A minimalist task manager to boost your productivity. Organize, prioritize, and track your daily tasks in one place. + +## ✨ Features +- Add/edit/delete tasks +- Mark tasks as complete +- Clean, intuitive interface +- (Planned: Priority levels & due dates) + +## 🎯 Use Cases +- Students managing assignments +- Professionals tracking work items +- Personal goal tracking From 7da522748ff270c83fd396df1e1d80b3ca14ad4f Mon Sep 17 00:00:00 2001 From: Mannat Date: Mon, 24 Mar 2025 21:54:59 +0530 Subject: [PATCH 3/5] docs: Update .gitignore and README --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4860cb3..f8502d3 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,8 @@ A minimalist task manager to boost your productivity. Organize, prioritize, and track your daily tasks in one place. -## ✨ Features -- Add/edit/delete tasks -- Mark tasks as complete -- Clean, intuitive interface -- (Planned: Priority levels & due dates) - -## 🎯 Use Cases -- Students managing assignments -- Professionals tracking work items -- Personal goal tracking + +## How to Run +1. Clone repository: `git clone https://github.com/mannatdhami21/To.do-List.git` +2. Install dependencies: `npm install` +3. Start application: `npm start` From a6387323a779587883bb56c6b86374b9a087f99e Mon Sep 17 00:00:00 2001 From: Mannat Date: Wed, 26 Mar 2025 18:27:54 +0530 Subject: [PATCH 4/5] Add dark mode and mobile app to future plans --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f8502d3..68f6ee4 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ A minimalist task manager to boost your productivity. Organize, prioritize, and 1. Clone repository: `git clone https://github.com/mannatdhami21/To.do-List.git` 2. Install dependencies: `npm install` 3. Start application: `npm start` + +"Future Improvements": + +- Dark mode support +- Mobile app version From 5b0047722c7dc94323870ceec87931c17737c4d2 Mon Sep 17 00:00:00 2001 From: Mannat Date: Wed, 26 Mar 2025 18:30:24 +0530 Subject: [PATCH 5/5] Add voice commands and calendar sync to roadmap --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f8502d3..f4cb385 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ A minimalist task manager to boost your productivity. Organize, prioritize, and 1. Clone repository: `git clone https://github.com/mannatdhami21/To.do-List.git` 2. Install dependencies: `npm install` 3. Start application: `npm start` + +"Future Improvements": + +- Voice command integration +- Calendar sync