Practice vue 3 by building a Quiz App.
Course is from Udemy by instructor: Laith Harb
Overview of the Quiz Game
Quiz game
- View different quizzes - Display Cards
- Search for a particular quiz - Search Bar / Filter results
- Quiz Cards - Navigate to that Quiz Type (Routes)
- Display Quiz - Display questions and able to select Answer
- Display animated results
npm install
npm run dev
npm run build
Rendering the cards
Search Functionality
- Installing the vue router
npm install vue-router
- Add a folder / router
- Add a file to the router folder / index.js
- Add the createRouter