A simple Todo application built with Vue.js, Vite and Tailwind that allows users to create, view, delete and sort todo items, with data persistence using local storage.
- Task Management: Add, remove, and update task status.
- Sorting: Sort tasks by name, status, category, and creation date.
- Responsive Design: Optimized for both desktop and mobile devices.
- Clone the repository.
- Install dependencies with
npm install
. - Run the application using
npm run dev
.