TODO DAPP is a simple todo app that stores todos in blockchain by interacting with the Solidity contract.
Make sure you have Node.js installed on your PC. Recommended to go with the LTS version.
To install dependencies:
npm install
# or
yarn
Once all the packages are installed, run the following command to run the application
npm run dev
# or
yarn dev