Submitted almost 2 years agoA solution to the Job listings with filtering challenge
Job listing filter React/Tailwind
react, tailwind-css
P
@Nikitossik

Solution retrospective
Hello, everyone! This is my test project using React and TailwindCSS.
You can filter the items based on languages, tools, role and level just typing in the filter input and categories will be visible before the input. It's not case-sensitive
It wasn't difficult, it's just all about thinking in the new way of building an app using frameworks.
I'm unsure about my project and code structure:
- I've put
imagesfolder to./publicbecause the paths to images are located indata.jsonand are relative, so I had to put them intosrc, but not to import. Is it a good practice or in React it's more common to import assets? - I didn't fetch
data.jsonfile, I've just imported it to jsx. - In
Appcode I've passed too many props toJobsFiltercomponent. Is there a better option to pass state to child components?
Thanks for vising my solution, good luck!
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Nikitossik's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord