jsonrocha / assignments

0 stars 0 forks source link

Week 07 Day 1 - Score Board.Vue - #25

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

For this assignment you will creating a simple interactive score board for your favorite sport using a new framework - Vue.js

Requirements

Refer to this mockup to design your page:

Set up

npm install -g @vue/cli
# OR
yarn global add @vue/cli

Explorer Mode

Adventure Mode

Epic Mode

Create a new Vue.js app. You will using this app to model a traffic signal. For the first pass, you should use buttons to control what color the light is.

Resources

jsonrocha commented 6 years ago

Had a whacky error after I accidentally dragged my .git file into my general assignments folder in my directory. All my code is in the link below but that's after I accidentally nested that repo in the assignments repo on GitHub. Big mess, sorry about that.

https://github.com/rochaproforma/assignments/tree/master/vue_scoreboard

mdewey commented 6 years ago

Awesome Work!