Vue application using Vue router and tanstack query to get data.
Users should be able to:
- See a list of star wars characters in cards
- Filter by different data like gender or hair color.
- Paginate the different pages
- Live Site URL: hstar-wars-code-exercise.netlify.app/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Vue JS
- Vue Router
- Tanstack Query
- Tailwind - For styles
Used Tanstack Query for handling the api call and caching data.