Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serhii-chernenko/vue3-task-list-bug
Vue3 Training app
https://github.com/serhii-chernenko/vue3-task-list-bug
add bug delete fix list remove tasks todo training vue vue3 vuejs
Last synced: about 2 months ago
JSON representation
Vue3 Training app
- Host: GitHub
- URL: https://github.com/serhii-chernenko/vue3-task-list-bug
- Owner: serhii-chernenko
- Created: 2023-12-14T19:10:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T19:42:14.000Z (about 1 year ago)
- Last Synced: 2023-12-14T20:50:49.900Z (about 1 year ago)
- Topics: add, bug, delete, fix, list, remove, tasks, todo, training, vue, vue3, vuejs
- Language: Vue
- Homepage: https://serhii-chernenko.github.io/vue3-task-list-bug/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
difficulty: 2
training: true
chapter: "Chapter 5: Challenge Roundup"
tags: Bug Fixing Challenge, vue 3
---# Task List Bug
# Challenge Description
You are working on a task management app that displays a list of tasks.
However, there is a bug in the code that makes it impossible to add or remove a task.Your objective is to identify and fix the bug.
## Requirements
- Clicking the "Add Task" button should add a new task to the list. Fix it.
- Clicking the x on a task should remove that task from the list. Fix it.## Other Considerations
- If you see the `data-test` attribute anywhere in the boilerplate don't remove it.
- TailwindCSS is preinstalled with the default config. It might be helpful for you, if you want to have some styles. (Not obligatory)