subject

IN JAVASCRIPT WITHOUT USING CSS (ONLY HTML AND JS) Project Task: You will be building a full todo list in the browser. It should be able to add todos, check todos off as complete, and delete todos. Display a form to the user to add todos. When a user types a todo into the form and hits submit, the following should happen: A new todo should be displayed below any previous todos Every todo in the list should have a check button next to it to check off the todo and mark it complete Clicking the check should change the todo in someway, either marking it green or perhaps crossing it out. Check out this link here (Links to an external site.) for some inspiration. Every todo should have an x to the right that will delete the todo. Clicking the x should remove the todo from the page. You'll need to attach a submit event listener to todo form and click event listeners to the check and x for each todo. Your JavaScript code will form the conditional logic to determine whether a todo should be displayed as complete or incomplete. Recommended Implementation: Individual todos should be represented in an object with a text key and a complete key (the complete key should be a boolean true or false). Individual todo objects should be stored inside an array, making an array of objects. Representing the above in your JavaScript makes the project much easier rather than stressing about the HTML and the click events.

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 12:30, Machuco127
Some of the first computer games were created in the early 1970s by college students experimenting after hours to see what the were capable of doing.
Answers: 3
image
Computers and Technology, 22.06.2019 18:30, Angelanova69134
Technician a says that a shop towel should never be used to clean around the flange area before replacing an automatic transmission filter. technician b says that a dimpled transmission fluid pan can be repaired. who is right
Answers: 3
image
Computers and Technology, 22.06.2019 19:10, sammigrace5820
How might the success of your campaign be affected if you haven’t carefully completed all field data or if you accidentally insert the wrong merge field in the document?
Answers: 1
image
Computers and Technology, 22.06.2019 23:30, Molly666
What does 21 pilots middle aged name as a band 15 years prior to them naming their band 21 pilots?
Answers: 1
You know the right answer?
IN JAVASCRIPT WITHOUT USING CSS (ONLY HTML AND JS) Project Task: You will be building a full todo...

Questions in other subjects:

Konu
Mathematics, 14.07.2019 00:30
Konu
Mathematics, 14.07.2019 00:30
Konu
Mathematics, 14.07.2019 00:30