You can check out live demo here
- This project shows real time rates of top 100 crypto currencies where the data is fetched from https://api.coinranking.com/v1/public/coins/?limit=100 API and the data is stored in Vuex(Vue State management library).
- The rates keep on updating on regular interval by hitting the data on fixed set of intervals so that we always get the latest rates.
- The rates in form of Vuetify Data table where we can see the number of records we want to see, search a particular crypto currency and sort them on any column.
- Also the price change % is shown in green if it's positive and in red if it's negative to enhance the visual.
npm install
npm run serve
npm run build
npm run lint