Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 634 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 634 Bytes

Listo App

Listo is a simple yet powerful task app that allows you to create, edit, reorder, and delete tasks. Additionally, you can share your tasks with others to collaborate on projects. (Sharing is currently under development)

Listo is in beta!

Listo is currently in beta. You're welcome to sign up and start using the app. If you have any feedback, please let me know!

Sign up for Listo

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.