Peat is a web app for managing checklists of tasks, made in Next.js and React. Users can:
- Create and edit tasks in-line.
- Organize tasks into projects for categorization.
- Create a master list.
- Focus on daily priorities by sending selected projects to a dedicated daily list.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.


