Skip to content

Front-end To-do List app built by using APIs. In this app, I have used JASON Placeholder (free fake data) for testing.

Notifications You must be signed in to change notification settings

anant223/To-do-List-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

About

Front-end To-do List app built by using APIs. In this app, I have used JASON Placeholder (free fake data) for testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published