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.
Ex Enhance the online ToDoList app from Ex with the following features:
a Add a prompt message enter an item to the todo 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 todo 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 eg mmddyyyy hh:mm:ss AMPM to the end of the item when the item is
added to the list.
d Add a live local time Wed Dec. : PM to the app.
That is the app will update and display the current time everyone second.
Format of the local time eg Wed, Dec. : PM: a shortname for day of the
week, a shortname for month, a day of the month, a fourdigit year, and the time in AM
or PM
e Add a Sort by Name button to display the todolist 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 autosave the todolist every minutes.
g Make sure that when the Empty List button is clicked, all the items in the todo list are removed
and the items in todo list stored on the local storage is are removed as well.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
