Skip to content

iamshiv007/vue3-tailwind-todo

 
 

Repository files navigation

🚀 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.

Example Image

✨ 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

  1. 📂 Clone the repository: git clone https://github.com/kirangurung2023/vue3-talwind-todo.git
  2. 🚀 Navigate into the directory: cd vue3-tailwind-todo
  3. 📦 Install the dependencies: npm install
  4. 🎉 Start the server: npm run dev

🕹️ Usage

After starting the server, navigate to http:https://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.

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.5%
  • JavaScript 25.5%
  • CSS 11.0%
  • HTML 4.0%