Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Task Manager App

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.

Features

  • Add Tasks: Add new tasks to the TODO list.
  • Switch States: Click on a task to cycle through states (TODO → IN PROGRESS → COMPLETED).
  • Delete Tasks: Remove tasks from any list.

Project Setup

Prerequisites

  • Node.js installed on your system.

Installation

  1. Clone this repository:
git clone <repository-url>
  1. Navigate to the project directory
cd my-tasks-app

3.Install dependencies:

npm install

4.Run the Development Server

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages