STUDENT TASK & NOTES MANAGER
Introduction
This project is a web application called StudyDesk that helps students manage tasks and notes
efficiently.
Purpose
The purpose of this project is to provide a simple tool for students to stay organized.
Features
1. Add/Delete Tasks 2. Mark tasks complete 3. Add/Delete Notes 4. Auto-save using browser
storage
Technology Used
HTML for structure, CSS for design, JavaScript for functionality, and localStorage for saving data.
Working
Users can add tasks and notes. Data is saved automatically in browser storage and loaded when
page refreshes.
Conclusion
This project is useful for students and demonstrates practical use of web development skills.