<aside> đź“ť Create the best looking "collection detail" page for an NFT collection.

</aside>

The ask


The ask here is pretty straightforward –– fetch a collection's 1) NFTs and 2) stats from OpenSea, Moralis, or any other NFT API of your choice, and set up the best looking “collection detail” page we’ve ever seen.

Examples of collection detail pages include:

  1. OpenSea,
  2. Rarible,
  3. x2y2,
  4. Looksrare,
  5. (… and Joepegs, of course.)

Requirements


The basic requirements for the page's contents are similar:

  1. Display the NFTs in a grid format. Be sure to think through what information you'd like to display in each NFT card, and the different states an NFT card might have.
  2. Display the collection's stats in a way that's useful to users.

That said, if there are other features you would like to see built in to collection detail pages that are not covered by the above, feel free to add them to your submission.

At Joepegs we use React, Typescript, and styled-components, and so for the sake of simplicity, we ask that you use the same tools for your submission.

We also ask that you do not spend more than ~8 hours on your submission.