This app is called Vue Todo List. It's a simple app that uses. Vue with UnoCSS to create a simple to do list app. The user can perform all basic CRUD operations. The user can write tasks and task details. When the app loads it will have all the users tasks loaded from local storage.
To run the server.
pnpm run dev
To build the app.
pnpm run build
To preview the build.
pnpm run preview