Repository · dormant
kapildave7/coinmarketcapdApp
The Homepage is populated with cryptocurrencies fetched from the coingecko API https://api.coingecko.com/api/v3/coins/markets All the headers in the table are sortable, except for the last column. useing pagination for display more data. Each page returns 10 items and the rest are spread across the paginated pages. Clicking a crypto image routes to a details page This page contains the price chart of the selected asset. Wallet When a user clicks on the Wallet tab it should open up the wallet page. If Metamask is disconnected, it should display the Connect wallet button. If Metamask is connected, it should display assets in that wallet. If user switches the network in Metamask, the page should show assets for that specific network. Theme Switch Toggle button in the right top corner should switch the theme between dark and light