File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,17 @@ This is an skeleton app that uses the Alchemy SDK rigged to Alchemy's Enhanced A
10
10
## Challenge
11
11
12
12
Fork this repo and build out more features! This is minimalistic on purpose.
13
+
14
+ We purposefully built this app to be minimalistic so that you can get some software development practice in fixing our bugs! 🪲
15
+
16
+ Here are a few challenge suggestions:
17
+
18
+ 1 . Add Wallet integration so that any user that connects their wallet can check their ERC-20 token balance
19
+ 2 . 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?
20
+ 3 . Add some styling! 🎨
21
+ 4 . The token balances can sometimes be a little long and break the outline of the page... can you fix that? 🔧
22
+ 5 . There is no error-checking for wrongly formed requests, or really any error checking of any kind... can you add some in?
23
+ 6 . The images and grid display could look better... anything you can do about that?
24
+ 7 . There are ways to make this app faster... can you implement some of them? How can the query be made _ even_ quicker?
25
+ 8 . Can you add ENS support for inputs?
26
+ 9 . Completely open-ended!! Use this as the base for your next hackathon project, dream company or personal expedition :)
You can’t perform that action at this time.
0 commit comments