Skip to content

JayeshLab/vue-crypto-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13383e2 · Jan 12, 2025

History

41 Commits
Nov 26, 2023
Jul 28, 2019
Nov 26, 2023
Jul 22, 2019
Feb 20, 2021
Feb 21, 2021
Jul 22, 2019
Jul 28, 2019
Apr 12, 2021
Jan 12, 2025
Feb 20, 2021
Feb 15, 2022
Nov 26, 2023
Jul 28, 2019

Repository files navigation

Vue Crypto Dashboard

A Cryptocurrency Dashboard build with Vue JS, PWA enabled, Binance Websocket API for realtime price, amChart for displaying historical charts, SVG Sparkline Chart and Latest News feed from Cryptocompare site.

Demo: https://jayeshlab.github.io/vue-crypto-dashboard/

portfolio_view

portfolio_view

Tech Stacks

Prerequisites:

  • Node/NPM
  • Vue-cli 3.x

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit