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: Github Repository
- Live Site URL: Live Demo
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- React - JS library
With this challenge, I was able to apply some knowledge related to the use of arrays, such as using map, filter and using the best immutability practices when using the useState hook.
- Website - Daniel Mafra
- Frontend Mentor - @danielmafra
- LinkedIn - @danielmafradev
- Instagram - @danielmafradev
Clone the repository using "git clone". After that use the command "npm install" or "yarn install" to install the dependencies, finally use the command "npm start" or "yarn start" to open the project in the browser.