Question: To-Do Create a React project called To-Do. The goal of the assignment is to create an interactive to-do list that allows the user to easily


To-Do Create a React project called To-Do. The goal of the assignment is to create an interactive to-do list that allows the user to easily add and remove items from a list. Remember to incorperate good design by abstracting functionality into sub-routines and components when possible Requirements Have a title and header that says "To-Do" Have an input with a plus button: If the plus button is tapped with an empty textfield, create an alert If the plus button is tapped and the textfield is not empty, populate an ordered list - Ensure that the list is in order as items are being added . When an item is added create an "x" button that removes the item if pressed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
