A lightweight task and notes management app built with React, TypeScript, and Vite.
- Create, complete, and delete tasks with priority levels
- Tag-based organization
- Notes with auto-save
- Dashboard overview with task metrics
- Export tasks to CSV
Prerequisites: Node.js 18+
pnpm install # or: npm install
pnpm dev # or: npm run devRuns at http://localhost:5173 by default. To use a specific port:
pnpm dev --port 3001- React 18 + TypeScript
- Vite
- Tailwind CSS