Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 810 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 810 Bytes

TodoListApp

This JavaScript code is a simple todo list application that allows users to add, update, and delete tasks. It includes features such as validation of the input field, a toast message to inform users of errors, and a notification message to confirm task addition or deletion. It also displays the total number of tasks and allows users to toggle between displaying the task count and a task icon.

The app has an aside bar that can be toggled on and off by clicking on icons. The aside bar displays the task count and allows users to view or edit tasks. The code is written using vanilla JavaScript, HTML, and CSS.

This app can be useful for anyone looking to build a simple task manager or a todo list app using JavaScript. The code can be easily customized and improved to fit specific needs.