Skip to content

During the Winter Break, I decided to undertake some small projects to cement my learning of JavaScript. Here I created a Crypto-Currency coin price tracker that retrieves from an external api and displays up to date Crypto news which is retrieved from another external API. I used Vue.js framework for this project alongside HTML and CSS.

Notifications You must be signed in to change notification settings

nazrulliton/winter_break_project_crypto_tracker

Repository files navigation

vue-crypto

This is a simple web app i created to gain experience and understanding working alongside side APIs. The app itself tracks real time prices via a coinmarket API and tracks breaks news related to the Crypto Currency world - this draws news articles from a external API. The App also has a modal pop up which can assist you in calculating your holdings.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

During the Winter Break, I decided to undertake some small projects to cement my learning of JavaScript. Here I created a Crypto-Currency coin price tracker that retrieves from an external api and displays up to date Crypto news which is retrieved from another external API. I used Vue.js framework for this project alongside HTML and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published