This is a simple CRUD (Create, Read, Update, Delete) application built with Vue.js, Tailwind CSS, the Composition API, and Pinia for state management. It allows you to manage your tasks seamlessly with an intuitive user interface.
- 📝 Create, read, update, and delete tasks.
- 🔄 State management using Pinia.
- 📱 Responsive design with Tailwind CSS.
- 🧩 Utilizes Vue.js Composition API for better code organization.
- 📂 Clone the repository:
git clone https://github.com/kirangurung2023/vue3-talwind-todo.git
- 🚀 Navigate into the directory:
cd vue3-tailwind-todo
- 📦 Install the dependencies:
npm install
- 🎉 Start the server:
npm run dev
- unit test :
npm run test:unit
- unit test with coverage :
npm run test:unit --coverage
ornpm run test:unit:coverage
coming soon.....
After starting the server, navigate to http://localhost:5173
in your browser. You can now add, view, update, and delete tasks.