Skip to content

Repository files navigation

TaskFlow CLI

A task management application built with Next.js and React. Originally inspired by a CLI task manager, now delivered as a fast web UI with persistent JSON storage.

Features

  • Add, list, complete, and delete tasks
  • Set priority levels (low, medium, high)
  • Tag tasks for filtering
  • Persistent storage via JSON file
  • Clean, responsive UI

Tech Stack

  • Next.js 14
  • React 18
  • Tailwind CSS
  • JSON file storage

Getting Started

npm install
npm run dev

Open http://localhost:3000 in your browser.

Build for Production

npm run build

Project Structure

lib/            # Storage and command logic
pages/          # Next.js pages
components/     # UI components

License

MIT

About

Task management app - add, list, complete, prioritize, and tag tasks with persistent JSON storage. Built with Next.js + React.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages