A simple website that helps people organize tasks, remember important things, and reduce stress.
Think of it as a very small, offline-friendly planner.
People forget to:
- Do assignments
- Take medicine
- Pay bills
- Finish daily chores
This website helps them write it down and see it clearly.
- Add daily tasks
- Mark tasks as completed
- See pending vs completed tasks
- Saves tasks even after refresh (using
localStorage)
- Input box for task name
- Add button
- Task list section
- Simple header
📄 index.html
- Clean, calming colors
- Task cards
- Completed task style (strikethrough)
- Mobile-friendly layout
🎨 style.css
- Add task to list
- Toggle completed state
- Delete tasks
- Save & load tasks from
localStorage
🧠 script.js
- Add a task
- Display task list
- Mark task as done
- Delete task
- Filter: All / Completed / Pending
- Due date for tasks
- Dark mode
- Simple reminder alert (on page load)
task-helper/
│── index.html
│── style.css
│── script.js
- Solves a real human problem
- Everyone understands it
- Shows logic + UI skills
- Perfect for portfolios and school projects
Here are quick alternatives if you want options:
1️⃣ Expense Tracker – helps people manage money 2️⃣ Study Timer (Pomodoro) – helps people focus 3️⃣ Water Intake Reminder – helps people stay healthy 4️⃣ Lost & Found Board – helps communities reconnect items 5️⃣ Emergency Contacts Page – helps in urgent situations