This project was bootstrapped with Create React App.
npm install
npm start
We have endpoints to return paginated NFT listings:
https://api-mainnet.magiceden.io/idxv2/getListedNftsByCollectionSymbol?collectionSymbol=oka y_bears&limit=20&offset=0
Build a page with the following requirements:
-
On load, show first 20 NFT listings in a grid, the grid should be responsive
-
Each card will consist of an image, name, price
-
Show more listing as user scrolls down the page
-
Searh NFTs by name (frontend side)
-
A design mock is as following:
We have teletubbies.json
in public
directory.
Build a page with the following requirements:
-
On load, show 20 teletubbies, it should be responsive
-
Each card will consist of an image, name, description, tags
-
Show more listing as user scrolls down the page
-
Searh Teletubbies by name (frontend side)
-
A design mock is as following:
We have buildings.json
in public
directory.
Build a page with the following requirements: