Skip to content
Draft
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
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,21 @@ npx http-server -p 8000
- **Clear completed**: Click "Clear Completed" to remove all completed todos

Your todos are automatically saved to localStorage and will persist across browser sessions.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

x = 1

---

## 📖 A Story: The Weekend That Almost Got Away

Jordan had exactly 48 hours to move into a new apartment and still meet a Monday morning work deadline.

Friday night, laptop open on a cardboard box, Jordan opened the Todo app and started typing. *"Pack kitchen,"* *"Call moving truck,"* *"Finish client report,"* *"Buy bubble wrap."* Eight tasks in two minutes.

Saturday morning arrived in a blur of tape guns and confusion. Jordan grabbed a coffee, opened a new browser tab, and — the todos were still there. Every single one, exactly as left the night before. localStorage to the rescue.

By noon, *"Pack kitchen"* and *"Buy bubble wrap"* were checked off. Jordan switched to the **Active** filter to hide the noise and focus on what remained: the moving truck, the report, two more boxes.

Sunday evening, with the last box unpacked and the client report submitted, Jordan clicked **Clear Completed** and watched the list shrink to nothing.

The apartment was a mess. The deadline was met. The list was empty.

*Not bad for 48 hours.*