This is a solution to the Job listings with filtering challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Filter job listings based on the categories
- Solution URL: https://github.com/NDOY3M4N/static-job-listings
- Live Site URL: https://ndoy3m4n.github.io/static-job-listings
- Semantic HTML5 markup
- Flexbox
- Mobile-first workflow
- Vue - JS library
- Vite - Build Tool
- Tailwind CSS - "THE" CSS Framework
Filtering the job listings is inspired from @BenjaminVillatte solution. All the credit goes to him, thanks mate!