Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.