Question: I need help with this code please, javascript!! I provided an output picture. Ex 0 3 , Enhance the online To - Do - List

I need help with this code please, javascript!! I provided an output picture.
Ex03, Enhance the online To-Do-List app from Ex02 with the following features:
a. Add a prompt message enter an item to the to-do item input box.
b. Add the input data validation so an empty item wont get added to the list after the user click the
Add button.
Display an alert message Please enter an item name if the Add button is clicked but
there is no text being entered in the to-do item input box.
Once an item has been added to the list after the Add button being clicked, clear the
text in the input box and the enter an item prompt message should automatically
display again.
c. Add timestamp (e.g., m(m)/(d)(d)/(y)yyy hh:mm:ss A(M)/(P)M) to the end of the item when the item is
added to the list.
d. Add a live local time (Wed, Dec. 2,2022,04:23 PM) to the app.
That is the app will update and display the current time everyone second.
Format of the local time (e.g., Wed, Dec. 2,2022,04:23 PM): a short-name for day of the
week, a short-name for month, a day of the month, a four-digit year, and the time in AM
or PM.
e. Add a Sort by Name button to display the to-do-list items in ascending order according item
name when it is first clicked. Note: to keep things simple, dont worry about the descending order.
f. Add a feature to the app to auto-save the to-do-list every 2-minutes.
g. Make sure that when the Empty List button is clicked, all the items in the to-do list are removed
and the items in to-do list stored on the local storage is are removed as well.
I need help with this code please, javascript!! I

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!