Skip to content

TODO WebApp using Vanilla JavaScript, CSS, BootStrap, HTML

Notifications You must be signed in to change notification settings

adarshrajpathak/TODO-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO WebApp task

Check it out! 👉🏼 TODO WebApp by Adarsh Raj Pathak

TODO WebApp using Vanilla JavaScript, CSS, BootStrap, HTML

More about the project

  • About

    This is a simple TODO WebApp built using Vanilla JavaScript, CSS, Bootstrap, and HTML. It allows users to add, delete, and check tasks, as well as view the total number of tasks.

  • Functionalities

    • Adding TODO
    • Deleting TODO
    • Check Task(Tick Mark)
    • Total Items Count
  • Data

    The application uses an array of objects to store the tasks. Each task object has a unique ID, a text description, and a boolean value indicating whether the task has been completed.

    • tasks-> Array of Objects [{},{},...]
    • task-> {serial No, text, boolean(tick)}
  • Functions

    • addItem -addTask -addTasksToDOM
    • deleteItem
    • checkItem
    • showNotification(toast/alert/pop-ups)
    • renderList
    • others
      • linecut

About

TODO WebApp using Vanilla JavaScript, CSS, BootStrap, HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published