Question
Question: 1. In either Vanilla JavaScript or in the React framewok, a TODapplication that meets the following requirements: a. Show an unordered list of todo
Question:
1. In either Vanilla JavaScript or in the React framewok, a TODapplication that meets the following requirements:
a. Show an unordered list of todo descriptions that starts as an empty list.
b. Provide a button that when clicked will allow you to type in a todo description and it will show as a list item in the unordered list. (You can use a Javascript prompt.)
c. checkbox next to each todo description in the unordered list.
d. Make a label and value that keeps track of the count of list items.
e. Make a label and value that keeps track of the count of list items that are not checked.
2. As a challenge - not required - try adding the ability to delete each list item by adding a DELETE button to each list item that removes the item when it is clicked.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started