A simple Todo List application built with Vue 3.
## Features- Add new tasks
- Mark tasks as completed
- Delete tasks
- Filter tasks by completion status
- Clone the repository:
git clone https://github.com/lawrence-V/Vue3_Practice.git - Change into the project directory:
cd vue-todos - Install dependencies:
npm install
- Start the development server:
npm run dev - Open your browser and visit:
http://localhost:8080
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please create an issue or submit a pull request.
