Inspired by a Tik Tok Artist and a Web Design Account, I wanted to reinforce my learning from Kusari and learn how to create bespoke Data Visualisation tools to display Historic Prices. By creating a portfolio, the user can track portfolio performance using simple financial metrics.
export const balance = [
{
id: "chainlink",
units:78.1860,
price:12.79,
value:1000
},
{
id: "bitcoin",
units:0.1068,
price:18711,
value:2000
},
{
id: "ethereum",
units:5.042,
price:595,
value:3000
},
{
id: "polkadot",
units:198.0198,
price:5.05,
value:1000
},
{
id: "cardano",
units:6666.6666,
price:0.15,
value:1000
},
{
id: "ripple",
units:1785.7142,
price:0.56,
value:1000
},
{
id: "thorchain",
units:990.0990,
price:1.01,
value:1000
},
];
