kennethbolin / Charlie-Solo-Project

Crypto database
0 stars 0 forks source link

Sidebar and largest movers #4

Open kennethbolin opened 1 year ago

kennethbolin commented 1 year ago

User story: As a day trader I want to be able to navigate a page that shows me the coins with the largest moves in the past day so that I can follow the momentum.

image

kennethbolin commented 1 year ago

the api doesnt have the option to sort the data by largest percentage of price change, only offer it as an object key within another list. need to figure out how to pass that key to the table as a property that I can sort by in descending order

kennethbolin commented 1 year ago

fixed it!