Bio
I am an undergrad student who developed an interest in web development. I started out learning frontend development and accquired decent skills in =>
**
Lately, I got intrigued by blockchain, decentralization and the whole idea of **web3 **of how it will bring back power and control from centralized institutions back to the people.
For the same reasons, I started learning to build and test DApps on EVM-based blockchains. In the journey, I learned =>
**
Prominent Blockchain projects that I had built =>
1. FundMe DApp =>
A minimal crowd-funding DApp where people can** deposit/fund ETH to the smart contract** and only the owner of the smart contract can withdraw them to their wallet.
GitHub: https://github.com/Kunal-Khatri-1/FundMe-FCC-UI
2. Decentralized lottery DApp=>
Users can participate in the lottery using their wallet by giving an entry fee. The smart contract automatically fetches a verifiable random number (VRF) every 30 seconds from Chainlink, selects a winner, and transfers all the funds to the winner's address.
GitHub: https://github.com/Kunal-Khatri-1/Hardhat-Lottery-FCC
You may also have a look at other projects that I have built on my GitHub.