Skip to content

TGODTH/Crypto-Look

Repository files navigation

Crypto Look

Project for learning Vue.js (Crypto portfolio)

Visit latest version of the website with this link.

(fetch data from Binance.)

Features

  • Can be added new coins.
  • Store coins data in local storage.

User guide

  • 'Custom name' can be anything.
  • 'Coin pair' is used for fetching data from Binance so it should available in binance ex. BTCUSDT, ETHUSDT.
  • 'Coin amout' is coin amount for calculation.

For developers

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build