An open API service indexing awesome lists of open source software.

https://github.com/hexclave/exterminator-demo-repo


https://github.com/hexclave/exterminator-demo-repo

Last synced: 14 days ago
JSON representation

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