Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

🧠 Project Idea: “Daily Task & Reminder Helper”

A simple website that helps people organize tasks, remember important things, and reduce stress.

Think of it as a very small, offline-friendly planner.


😖 Problem It Solves

People forget to:

  • Do assignments
  • Take medicine
  • Pay bills
  • Finish daily chores

This website helps them write it down and see it clearly.


✨ What the Website Does

  • Add daily tasks
  • Mark tasks as completed
  • See pending vs completed tasks
  • Saves tasks even after refresh (using localStorage)

👥 Team Work Split (3 People)

👤 Aaron — HTML (Structure)

  • Input box for task name
  • Add button
  • Task list section
  • Simple header

📄 index.html


👤 Jude — CSS (Design)

  • Clean, calming colors
  • Task cards
  • Completed task style (strikethrough)
  • Mobile-friendly layout

🎨 style.css


👤 Saint — JavaScript (Logic)

  • Add task to list
  • Toggle completed state
  • Delete tasks
  • Save & load tasks from localStorage

🧠 script.js


🛠 Core Features (Beginner Level)

  • Add a task
  • Display task list
  • Mark task as done
  • Delete task

🚀 Extra Features (Optional)

  • Filter: All / Completed / Pending
  • Due date for tasks
  • Dark mode
  • Simple reminder alert (on page load)

📂 File Structure

task-helper/
│── index.html
│── style.css
│── script.js

💡 Why This Project Is Powerful

  • Solves a real human problem
  • Everyone understands it
  • Shows logic + UI skills
  • Perfect for portfolios and school projects

🧠 Want More Problem-Solving Ideas?

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

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors