jaiminpatel047 / TodoListApp

This is a basic Todo app created using HTML, CSS, and JavaScript. Users can add new tasks, mark them as completed, update existing tasks, and delete them. The app also includes features like task count and a toggle for displaying or hiding completed tasks

Home Page:https://jaiminpatel047.github.io/TodoListApp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

This is a basic Todo app created using HTML, CSS, and JavaScript. Users can add new tasks, mark them as completed, update existing tasks, and delete them. The app also includes features like task count and a toggle for displaying or hiding completed tasks

https://jaiminpatel047.github.io/TodoListApp/


Languages

Language:JavaScript 42.5%Language:CSS 36.8%Language:HTML 20.6%