Skip to content

goldapple911/Smart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Smart App

This project was bootstrapped with Create React App.

How to run the project

npm install
npm start

Requirements

NFTs page

We have endpoints to return paginated NFT listings:

https://api-mainnet.magiceden.io/idxv2/getListedNftsByCollectionSymbol?collectionSymbol=okay_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:

Teletubbies page

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:

Buildings page

We have buildings.json in public directory.

Build a page with the following requirements:

  • On load, show 20 buildings, it should be responsive

  • Each card will consist of an name, alerts, savings, uptime, power

  • Show more listing as user scrolls down the page

  • Searh Buildings by name (frontend side)

  • A design mock is as following:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published