Skip to content

wvmitchell/listo-app

Repository files navigation

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.