Skip to content

AshGrowem/bt-vue

Repository files navigation

About

This is a crypto tracker-manager prototype SPA (Single-page-application) I've been working on as a motivation to learn the various popular frontend JavaScript frameworks. I started in Vanilla JS, then re-wrote it in Polymer, and then React. This is my latest iteration which I've implemented in Vue.

Live Demo

https://BitTracker.netlify.app

Serve Locally

To view the web app from Vue CLI's local dev server, just copy and paste this Bash command into your terminal...

git clone https://gitlab.com/ashmichael/bt-vue.git && cd bt-vue && npm install && npm run start