This is a demo app built during the time I learned Ethereum at Alchemy University.
- Install dependencies by running
npm install
- Start application by running
npm run dev
- Add Wallet integration so that any user that connects their wallet can check their ERC-20 token balance ✅
- There is no indication of a request in progress... that's bad UX! Do you think you can add some sort of indication of loading? ✅
- Add some styling! 🎨 ✅
- The token balances can sometimes be a little long and break the outline of the page... can you fix that? 🔧 ✅
- There is no error-checking for wrongly formed requests, or really any error checking of any kind... can you add some in? ✅
- The images and grid display could look better... anything you can do about that? ✅
- There are ways to make this app faster... can you implement some of them? How can the query be made even quicker? ⏰
- Can you add ENS support for inputs? ✅