Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 573 Bytes

File metadata and controls

32 lines (22 loc) · 573 Bytes

Taskflow

A lightweight task and notes management app built with React, TypeScript, and Vite.

Features

  • Create, complete, and delete tasks with priority levels
  • Tag-based organization
  • Notes with auto-save
  • Dashboard overview with task metrics
  • Export tasks to CSV

Running the app

Prerequisites: Node.js 18+

pnpm install   # or: npm install
pnpm dev       # or: npm run dev

Runs at http://localhost:5173 by default. To use a specific port:

pnpm dev --port 3001

Tech stack

  • React 18 + TypeScript
  • Vite
  • Tailwind CSS