# Collectible Example

To help get you started using the Collectible feature of DappHero we have prepared a sample project using Glitch to help you experiment.&#x20;

Visit the [Example](https://glitch.com/edit/#!/dapphero-nft-example).

In this example we take advantage of multiple collectible features. We start by showing a [list of collectibles](https://docs.dapphero.io/features/what-are-nfts/listing-collectables) from a particular smart contract and we add Forward and Backwards buttons to [page through Collectibles](https://docs.dapphero.io/features/listing-collectables#pagination-and-limits). Then we create a second page that shows a [single collectible](https://docs.dapphero.io/features/what-are-nfts/single-collectibles). We link the two pages via the [$THIS](https://docs.dapphero.io/features/what-are-nfts/advanced-usdthis) keyword and allow dynamic page loading by getting the relevant collectible details from the URL bar with[ $URL](https://docs.dapphero.io/features/what-are-nfts/advanced-url-query-params). &#x20;
