Assignment 1
The purpose of this exercise is to test your knowledge custom object andobject methods in JavaScript.
Instructions
The goal of the assignment is to develop a dynamic to-do list
1. The program should allow users to enter a list of tasks to do. Each taskwill have the following components:
I. Task nameII. Task descriptionIII. Task dateIV. Option to choose whether it is urgent or notV. Task CategoryVI. Task order
2. Tasks should be added by a form.
3. Tasks should be displayed as they are entered on the same page (withoutdoing a page submission or page refresh).
4. The user should be able to modify the tasks and the list. The users shouldbe have the following capabilities with the list:
I. Edit the task componentsII. View the tasksIII. Remove / delete the tasksIV. Reorder the tasks
5. The user should be able to clear all the tasks in the to-do list withone action.6. The program should also let the user show and hide the list.
Requirements:
1. Package your HTML, JavaScript and CSS code as a zip file and submit to D2Ldropbox for assignment 1.

![[Solved] ICT443-Assignment 1: Develop a dynamic to-do list](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] ICT443-Assignment2- JavaScript Objects, Object Oriented Concepts and HTML5 javaScript](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.