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/avatarfreak/static-job-listing
- Live Site URL: https://avatarfreak.github.io/static-job-listing/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Next.js - React framework
- tailwind - For styles
Basic concepts of combining tailwind sass next js.
- css drill - This helped me to learn more about tailwind utility class.
- Website - pigoat
- Frontend Mentor - @avatarfreak