A simple todo application built on goerli testnet using solidity, ether.js, react.js, tailwindcss, and hardhat.
You can create account using your metamask wallet or login if you have already have an account.
You can clone or fork this repository to use it.
If there are any issues, mention under the issues or PR.
-
- You'll know you did it right if you can run
git --version
and you see a response likegit version x.x.x
- You'll know you did it right if you can run
-
-
You'll know you've installed nodejs right if you can run:
node --version
and get an ouput like:vx.x.x
-
-
-
You'll know you've installed npm right if you can run:
npm --version
and get an output like:x.x.x
-
Open the terminal and execute the commands below.
git clone https://github.com/Ad-h0c/To-do-Dapp.git
cd To-do-Dapp
npm install
To fork the application to your git hub account click on the fork icon on upper right corner of the repository.
Enjoy!