mbMosman / bts-random-song

Basic Vue app to check out a random BTS song

Home Page:https://mbmosman.github.io/bts-random-song/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BTS Song of the Day

Duration: 3 hours

To view this application live, please visit: BTS Song of the Day

Description

This was a quick project that I did to help learn Vue. The goals were to make an app that could be used to show a random song from a list.

Being ARMY, it needed to be a BTS song with an embedded video to watch.

However, I really wanted the components to be reuseable so I could feature songs from other groups too, AND I wanted to learn how to make reuseable components where I could inject data from a parent component, similar to using props in React, and what do you know... There are props in Vue! Woot!

Setup & Deployment

Local Setup

To get this running locally on your computer, clone the repo & go into the project directory. Run:

npm install
npm run serve

To build for deployment, run npm build.

About

Basic Vue app to check out a random BTS song

https://mbmosman.github.io/bts-random-song/


Languages

Language:JavaScript 40.1%Language:Vue 37.9%Language:Shell 11.4%Language:HTML 10.6%