Vue3 Tailwind CRUD example using Composition API and Pinia
? Vue3 Tailwind CRUD example using Composition API and Pinia
? Overview
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.
✨ Features
- ? Create, read, update, and delete tasks.
- ? State management using Pinia.
- ? Responsive design with Tailwind CSS.
- ? Utilizes Vue.js Composition API for better code organization.
?️ Installation
- ? Clone the repository:
git clone https://github.com/kirangurung2023/vue3-talwind-todo.git
- ? Navigate into the directory:
cd vue3-talwind-todo
- ? Install the dependencies:
npm install
- ? Start the server:
npm run serve
?️ Usage
After starting the server, navigate to http://localhost:5173
in your browser. You can now add, view, update, and delete tasks.
? Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.