iamshiv007 / vue3-tailwind-todo

vue3-tailwind-todo

Home Page:https://vue3-tailwind-todo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ 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://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.

About

vue3-tailwind-todo

https://vue3-tailwind-todo.vercel.app


Languages

Language:Vue 59.4%Language:JavaScript 25.5%Language:CSS 11.0%Language:HTML 4.0%