A Bitcoin portfolio tracker disguised as an iOS calculator for increased operational security. Makes use of CoinMarketCap's API to produce extensive, real-time portfolio statistics according to Bitcoin's current market price.
Pressing the '+' key on the calculator five times unveils a login screen to access the web application.
npm i
npm run start:dev
Create a file named '.env' in your root directory with the following parameter:
API_KEY=[YOUR COINMARKETCAP API KEY]
Go to https://coinmarketcap.com/api/ to generate your own CoinMarketCap API key.