Welcome to your personal productivity assistant!
This Todo App is built with Vue 3, powered by Vite, and designed to keep your tasks organized and your mind clear. Whether you're tracking daily chores or project goals, this tool helps you stay focused and in control.
- ✅ Task Status Management – Easily switch between Pending, In Progress, Completed, and Cancelled.
- 🆕 Add/Edit/Delete Tasks – Manage your to-do list with full CRUD functionality.
- 📊 Real-Time UI Updates – Thanks to Vue reactivity, everything updates instantly.
- 🔍 Filter Tasks by Status – Quickly filter your tasks by their progress.
- 🔐 Authentication-Based Dashboard – Secure login with a personalized dashboard.
- 🧼 Clear Completed Tasks – Clean up finished tasks in a single click.
- 🖼️ Minimal & Modern Design – User-friendly, clean, and intuitive interface.
- Node.js
- npm
Follow these steps to install and run the project locally:
git clone https://https://github.com/mar-babu/vue_todo_frontend.git
cd vue_todo_frontend
npm install
npm run dev