From 5fd11c7044d7b4198b8c0d29bb6b2eeb6d40583b Mon Sep 17 00:00:00 2001 From: jharkhandguy-bot Date: Sun, 15 Feb 2026 12:52:49 +0530 Subject: [PATCH] Add usage instructions and technology overview to README --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000000..1729ea1943605 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +🛠️ How to Use +Download the code +Save the provided HTML code as studyplanner.html. + +Open in a browser +Double-click the file or open it with Chrome, Firefox, or Edge. + +Add tasks + +Enter your study task in the input box. + +Click Add. + +Mark tasks as completed + +Click on a task to mark it done or undone. + +Check your progress + +The progress percentage updates automatically. + + + +🎨 Technologies Used +HTML5 – Structure of the website. + +CSS3 – Styling and responsive layout. + +JavaScript – Task functionality, progress calculation, and localStorage. + + + +🚀 Future Improvements +Add delete button for tasks. + +Add categories/subjects for better organization. + +Add dark mode toggle. + +Add reminder notifications for tasks. + + + +📌 Notes +This website works completely offline. + +Your tasks are saved only in the browser you use. Clearing browser data will delete all tasks. +