Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Goal Design a fully functional, visually pleasant, TO DO list app. Recommended Procedure: 1. Start from a working example, such as the TO DO list
Goal Design a fully functional, visually pleasant, "TO DO list app". Recommended Procedure: 1. Start from a working example, such as the TO DO list from http://javascriptbook.com/code/c07/example.html Run the example and ensure that you understand it. Modify the example in meaningful ways, one change at a time. 2. 3. 4. 5. (OPTIONAL) Look at the example from http://todomvc.com/examples/iquery/ for inspiration. Design your own app! Make sure it does not resemble the examples above in any way that would look (and behave) like an obvious copy of any of them. To be clear, ideally, the functionality should be comparable to any example in http://todomvc.com/. But the looks and underlying implementation should not be a blatant copy of any existing example. Test your app after every significant change/addition. Once you've reached a point where your app is complete and fully functional in the browser of your choice (Chrome, Firefox, Opera, or Safari), prepare the final package (single zip, all that is needed, and nothing else) Submit the final package via Canvas. 6. 7. 8. Minimum requirements: Your app must be your own work. If you use a site, app, textbook example or any other source as "inspiration" along the way, please make a note of it in your report. You must use jQuery (and you're allowed to use jQuery plugins, provided that you give proper credit in your app and/or report). Your app must be fully functional, i.e., it must allow: . o Adding, editing, deleting, marking as complete, and unmarking as complete each individual entry. o Storage of the list items in the user's client machine, i.e., the list should be persistent
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started