A responsive study planning web app designed for college and university students to organize study tasks, set daily goals, track progress, and build consistent study habits.
- Add and manage study tasks
- Add subjects, deadlines, priorities, and planned study time
- Mark tasks as completed or pending
- Edit and delete tasks
- Set daily study goals
- Track daily study progress
- Weekly task overview
- Subject-based progress tracking
- Study streak tracking
- Task filtering by status
- Custom themes and stickers
- Custom task colors
- Data saved with LocalStorage
- Responsive design for desktop and mobile devices
- HTML
- CSS
- JavaScript
- Browser LocalStorage
This project was created as a practical student productivity tool and as part of my web development learning portfolio.
- Add your subjects and study tasks.
- Set a daily study goal.
- Mark tasks as completed as you finish them.
- Use the progress sections to monitor your study habits.
- Customize the planner with your preferred theme and stickers.
student-study-planner/
├── index.html
├── style.css
├── script.js
└── README.md
Richi