/udemy-vue-wonderfulQuotes

Second project of Udemy course on VueJS by Max Schwarzmüller. The goal is to work on components by implementing a quote application.

Primary LanguageVue

Wonderful Quotes

This is the second course project of this Udemy course on VueJS by Maximilian Schwarzmüller. It's an opportunity to consolidate my understanding of VueJS components. The goal is to create a page where you can enter up to 10 quotes that you create via an input field. Once they're created, they appear at the bottom of the page and you can click on them to erase them.

This project uses Vue CLI 3 and Bootstrap 4.

Screenshot

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build