Kemenyfy / 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

Kemenyfy commented 6 years ago

https://github.com/Kemenyfy/Scoreboard-Vue

mdewey commented 6 years ago

Awesome Work!