Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 586 Bytes

File metadata and controls

20 lines (15 loc) · 586 Bytes

Walk the Walk (Todo App)

A simple, modern todo app built with React and Zustand, featuring Eisenhower Matrix categories, dark/light mode, and localStorage persistence.

Features

  • Add, complete, and remove tasks
  • Prioritize tasks using Eisenhower Matrix (4 categories)
  • Dark/Light mode toggle
  • Tasks and theme saved in localStorage
  • Relative timestamps (e.g. "5 minutes ago")
  • Responsive and accessible design

Live Demo

wtw.fartist.live

Getting Started

  1. Clone the repo
  2. Run npm install
  3. Run npm run dev to start the app locally