Skip to content

bhupendra-chouhan/SheOnChain-TododApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Project: Todo dApp:

  • A todo should have:

    1. integer id
    2. string content
    3. bool completed
    4. address creator
  • List of Todos (Array)

  • Maps: address => integer ||| integer will gonna represent the count to todos made by a specific account address.

  • Function modifiers: onlyCreator()

  • Functions: Write Functions:

    1. createTodo
    2. toggleCompleted
    3. updateTodo
    4. deleteTodo

    Read Functions:

    1. getAllTodos
    2. getUserTodos
    3. getTotalTodoCount

About

SheOnChain TododApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published