Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 970 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 970 Bytes

quizvue

Build a Quiz App with Vue and Tailwind. An intermediate level project for learning vue

You would learn

  • Setting up Vue with tailwind
  • Design the Quiz app UI
  • Dynamically change classes based on conditions
  • Fetch data from API

1. Create and Style the User Interface. Part 1(A)

In this video I would cover the design part of the quiz app, using tailwind. Starting with the tailwind set up.

1b. Create and Style the User Interface. Part 1(B)

In this video I would cover the design part of the quiz app, using tailwind. Applying custom styles to carter to different conditions. EG when the option is wrong, correct or the default state.

Resources

Would update as I upload more series

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build