Torvec / loot_vault_next

The Loot Vault App using Next
https://the-loot-vault.vercel.app/
MIT License
2 stars 0 forks source link

Create a custom card component #19

Closed Torvec closed 2 weeks ago

Torvec commented 2 weeks ago

Currently every card for each page is custom to that page but they all do pretty much the same thing (display a single item from the response received by that page's GET request).

Make a more generic, but customizable, card component.

Torvec commented 2 weeks ago

technically already have this