Computers and Technology

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.

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 06:20, Ab20600
Which text function capitalizes the first letter in a string of text? question 10 options: upper capital first proper
Answers: 1
image
Computers and Technology, 23.06.2019 06:30, arguellesjavier15
Who can provide you with a new password when you have forgotten your old one? your provide you with a new password in case you forget your old one.
Answers: 3
image
Computers and Technology, 23.06.2019 16:10, alexis9658
What is the ooh? a. omaha occupation handbook b. online occupational c. occupations online d. occupational outlook handbook select the best answer from the choices provided
Answers: 3
image
Computers and Technology, 23.06.2019 17:00, chrisgaz14
The more powerful, 60 volt cables and the main power shut off on an hev are both colored orange
Answers: 1
Do you know the correct answer?
IN JAVASCRIPT WITHOUT USING CSS (ONLY HTML AND JS) Project Task: You will be building a full todo...

Questions in other subjects: