Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 628 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 628 Bytes

Small TODO Dapp

This application demonstrate smartcontract for blockchain and web application on React for front end. This Dapp located in rinkeby test network, you need only have wallet on metamask with some gas. Try it by link https://abalshakou.github.io/todo-dapp/

Functionality:

add new Todo
change board for todo - busy or done
rename Todo
delete Todo
add description for Todo
modify description by blur

Technologies and Tools

backend used smartcontract and hardhat for deploy
frontend used React.js with react hooks, tailwind-css

For work:

npm install
npm run start