A simple task management application built using Vue 3 and Vite. The app allows users to organize tasks into three categories: TODO, IN PROGRESS, and COMPLETED. Users can dynamically add tasks, switch their states, and delete tasks.
- Add Tasks: Add new tasks to the
TODOlist. - Switch States: Click on a task to cycle through states (
TODO → IN PROGRESS → COMPLETED). - Delete Tasks: Remove tasks from any list.
- Node.js installed on your system.
- Clone this repository:
git clone <repository-url>- Navigate to the project directory
cd my-tasks-app3.Install dependencies:
npm install4.Run the Development Server
npm run dev