Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.21 KB

Todo-List

A decentralized todo-list

Features

  • Creation of Tasks
  • Checking Off Completed Tasks

Tools Used

  • HTML | CSS | JavaScript : For Frontend
  • Solidity : For developing Smart Contract
  • Ganache : For local blockchain network
  • Truffle : For integrating the blockchain network with smart contracts
  • Metamask : For integrating client side application with Ganache Blockchain Network
  • Node.js: For crating backend server
  • Chai Assertion Library : For testing

Console-Side

Deploying Blockchain Network

Screenshot (17)

Creating new task

Screenshot (18)

Checking off a task

Screenshot (19)


The client side application is still in development phase