seo-asif / Store-tasks-in-a-reactive-array

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store tasks in a reactive array The array will be like this [{ name: ‘Task 1’, time: 60}, { name: ‘Task 2’, time: 75}, …] Show this array in UI using loop. There will be a button with each task. On click that button that task will be removed from UI. There will be a button to add task in this page. Onclick add task button a popup will appear.

About


Languages

Language:Vue 57.1%Language:CSS 26.8%Language:JavaScript 8.1%Language:HTML 8.0%