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
In this video I would cover the design part of the quiz app, using tailwind. Starting with the tailwind set up.
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
npm install
npm run serve
npm run build