Vue Crypto Dashboard

screenshot of Vue Crypto Dashboard
vue
bootstrap
scss

Cryptocurrency Dashboard made with Vue

Overview

The Vue Crypto Dashboard is a cryptocurrency dashboard built with Vue JS. It is a progressive web app (PWA) enabled with real-time price updates from the Binance Websocket API, historical charts displayed using amChart, SVG sparkline chart, and a news feed from Cryptocompare site.

Features

  • PWA Enabled: Progressive Web App functionality for enhanced user experience.
  • Real-time Price Updates: Utilizes Binance Websocket API for up-to-date cryptocurrency prices.
  • Historical Charts: Displays historical charts using amChart for in-depth analysis.
  • Latest News Feed: Integrates news feed from Cryptocompare site for the latest updates.
  • Tech Stack: Built using Vue CLI 3, Vue 2, Vuex, Vue Router, Sass, Bootstrap 4, and other technologies.
  • Custom Sparkline Chart: Includes a customized sparkline chart for visual representation.
  • Binance Websocket Stream: Utilizes a custom Binance Websocket API for data streaming.
  • Prerequisites: Requires Node/NPM and Vue-cli 3.x for project setup and development.
vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.