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.
- Fork the Project in your Repository.
- Clone the Forked Repository in your Local System.
- Run on Live Server.
- Enjoy :)
For any issues related to the project, raise an ISSUE in the respective Repository.
- Version Control System: Git
- VCS Hosting: GitHub
- Programming / Scripting: JavaScript
- Front-End: HTML, CSS
- Integrated Development Environment: VSCode
Checkout the Website Web Application
Checkout the Application Demo Video YouTube
I hope you like the project. Thanks for reading :)