Track prices of many cryptocurrencies, with charts, sorting, currency converting, and more. Try it yourself: https://cryptotrack-live.vercel.app
Data are updated once user changes any of settings, i.e. currency, update rate, it can be live if you uncomment marked parts of code in Data.svelte (expect higher usage of your daily credits on API.)
(If the updating is live and you tab out the page it will stop updating, it will start again if you are on the page)
If you really want to contribute, I'm open for any contributions. Just be aware, the API that I use is really limited, since I can't afford any better like CoinGecko
npm install
VITE_API_KEY=your lwc key
and VITE_CS_API_KEY=your coin stats key
npm run dev
!Don't put your API key into public!
npm run build
to check if everything is fine and get latest version of the app