This project was generated with Angular CLI version 7.3.7.
It uses coingecko api to get the prices for cryptocurrencies in your portfolio. The list of currencies is stored here. If your currency isn't tracked (or for example it is in a (pre-)ido stage), you can use the value of a stable coin and change the currency location to describe it meaningfully in the portfolio (see 93750 ADRIA
in the coins list). You can also apply logic in this component to hardcode values of nfts and others.
The prices of the cryptocurrencies are refreshed every 60 seconds and reflected in the list of your cryptocurrencies
There is a pie chart with % share of your currencies automatically displayed below the list of your cryptocurrencie (it displays 5 seconds after the view is loaded/ refreshed)
When you click at a name of the cryptocurrency, price chart will show up (you can select from a few time span options to display the price chart)
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
You can deploy this app as is in firebase for free. See this tutorial for more details