chilin89117 / MS04-10-Quotes

Section 10: Quotes Project - from Udemy course "Vue JS 2 - the Complete Guide (incl. Vue Router & Vuex)" by Maximilian Schwarzmüller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MS04-10-Quotes

Components project using quotes

Home

Header.vue

  • A component used in App.vue with progress bar showing number of quotes from 0 to maximum of 12

NewQuote.vue

  • A component used in App.vue with a form to create new quote

Quote.vue

  • A component used in QuoteGrid.vue to display a single quote

QuoteGrid.vue

  • A component used in App.vue displaying all quotes using Quote.vue

End of Section 10, lecture 142.

About

Section 10: Quotes Project - from Udemy course "Vue JS 2 - the Complete Guide (incl. Vue Router & Vuex)" by Maximilian Schwarzmüller

License:MIT License


Languages

Language:Vue 62.5%Language:JavaScript 27.5%Language:HTML 10.1%