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)
- Responsive design
- Live data (live data are currently off, due to daily API credit limitations)
- Coin sorting
- Search coins
- View coin details + news - WIP
- Minimalistic design
- Dark/light mode
- Currency convert
- More features to come...
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
- Create a fork of this app
- Import it to your code editor
- When you are in the CryptoTrack folder, do
npm install
- Go to LWC and CoinStats get your API key
- Create an .env file, and insert here
VITE_API_KEY=your lwc key
andVITE_CS_API_KEY=your coin stats key
- Run
npm run dev
!Don't put your API key into public!
- Before contributing run
npm run build
to check if everything is fine and get latest version of the app - If the build output has no errors, you are ready to make a pull request