https://github.com/hexclave/exterminator-demo-repo
https://github.com/hexclave/exterminator-demo-repo
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexclave/exterminator-demo-repo
- Owner: hexclave
- Created: 2026-03-01T01:07:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-01T19:49:39.000Z (5 months ago)
- Last Synced: 2026-05-04T20:41:16.521Z (3 months ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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+
```bash
pnpm install # or: npm install
pnpm dev # or: npm run dev
```
Runs at `http://localhost:5173` by default. To use a specific port:
```bash
pnpm dev --port 3001
```
## Tech stack
- React 18 + TypeScript
- Vite
- Tailwind CSS