This week was about trying to piece together separate repos and get the site blocked out as the figma was designed.
End of day Friday, character upload to mint function was pushed with a layout that is closer to the final product.
Building the Character Stats component
-
Challenges
- What seemed simple enough, became complicated quickly. Little decisions end up presenting even more options to handle.
- Handling data being passed as props and back upwards as state was key.
TIL
- Friday
- You can pass js conditions straight into className when using Nextjs
- This came in useful when I wanted to show more clearly with ouput image was selected so a use knows which image will be saved/downloaded/minted
- This could be very useful for showing activity on interatctions with buttons