Ayush-Kanduri/Todo-List-App
This project is a Todo List Application which is built using the HTML, CSS, Vanilla Javascript. It implements all the basic functionalities of a todo list, i.e, CRUD Operations (Create Read Update Delete). It implements IIFE Module Design Pattern. Users are able to Create new tasks. Users are able to Read the created tasks data. Users are able to Complete the task by checking off the task with a strike through. Users are able to Delete the task. Users are able to Update the tasks with many customized options. Users are able to View a Banner with current date-time. Users can Toggle through the Dark-Light mode. Users can Check the count of remaining tasks, Complete all tasks together, Delete all completed tasks together.
JavaScript
No issues in this repository yet.