Answered step by step
Verified Expert Solution
Question
1 Approved Answer
build a simple ToDo List or TaskList javascript, html , css application. A ToDo List is an application that creates track of a user's list
build a simple ToDo List or TaskList javascript, html css application.
A ToDo List is an application that creates track of a user's list of things to do It lists everything that you have to do By keeping such a list, you make sure that your tasks are written down all in one place so you don't forget anything important. An example of a ToDo list application is Trello.
Your ToDo List application will have the following features
Allow a user to access the application by providing their username. For a new user, you will allow the user to specify the username. User information can be maintained as an object within the array in your JavaScript.
If the user is an existing user, you will show the list of all the tasks that they have created.
The user should be able to create a new task. Each task must include a Task Name, Priority Low Medium, High and Due Date.
User should be able to select an existing task from the list and delete it
points User should be able to select an existing task from the list and update it
Preserve user state. Store user state in cookies or in a local json file and retrieve the user information even when the browser is closed and reopened.
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