✨ CryptoDash is a real-time dashboard that displays the top 10 cryptocurrencies based on currency price, market captilization and overall circulating supply. ✨
-
🔩 Simple: Bootstrapped with vue-cli and routed with vue-router
-
📊 Real-time: Real time data obtained from the leading cryptocurrency resource CoinMarketCap
-
💪 Powerful: Runs a Service Worker script to increase online performance and function without a network connection
-
🎉 Live: Deployed with Firebase and secured with Cloudflare
-
Clone/download the repo
-
cd cryptoDash
-
If you don't have vue-cli installed run
npm install -g vue-cli
-
npm run dev
runs the app in development mode. Open http://localhost:8080 to view it in the browser and the page should reload whenever you make edits
Head over to vue-cli to see a list of things you can do.