Skip to content

Is is to do list where user can write their daily task

Notifications You must be signed in to change notification settings

asifMalik78/toDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo list app

A todo list app

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

    #toDoList

About

Is is to do list where user can write their daily task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published