Skip to content

Rushabh025/Todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo list app

A simple Todo list with vanilla JS

Demo Link : https://rushabh025.github.io/Todo-List/

General steps to follow when creating a project

  • Thinking about the UI
  • Functionality
    • Add a TODO
    • Delete a TODO
    • check task
    • total items count
  • Data
    • tasks - an array
    • task - {done, text, id}
  • Functions (in code)
    • addTodo
    • deleteTodo
    • checkTodo
    • renderTodosList
    • showNotification

Screenshots

Home Page image

With Added Task image

Author:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published