By Rituraj
This Project is a Website prototype of To-Do List where You can Manage Your routines.
The Project Comprises of Full-Fledged Website of To-Do List where You can manage your routine by adding, completing, and deleting the task as per your
schedule.
REQUIREMENTS:
The project have HTML, CSS, and JS file required for this file.
DETAILED:
In HTML file contains the container where there is an input text for writing your text and a List displaying your work to do orderwise.
All these elements are called in the JS file with the help of the DOM feature.
JS script is called in HTML file where initially:
1. Input text id is called with the help of a pen symbol on click Event Listener press to write the task and add it to the list using the Enter button of the
Keyboard.
2. Then at Every Event or Task, There is a toggling Event listener displaying a bin that can be used when completion of the work.
3. When The task is completed and that onclick Event Listener is called on that person and Window alert for removing the task and it gets removes on your agreement and hence stops the event.
This Project also contains the CSS file for decoration of the page.
Hope You Like This Project which is very useful in Our day to day life.
Submitted by Rituraj (riturajoctober)
Download packets of source code on Coders Packet
Comments