coderSuresh / static-job-listings-master

Render and filter jobs from json data

Home Page:https://job-search-static.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Job listings with filtering solution

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.

Table of contents

Overview

The challenge

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

Screenshot

Links

My process

Built with

  • React
  • Tailwind CSS

What I learned

I learned how to use Tailwind CSS in React. I also learned how to use the different array methods like filter, map, every, and includes.

  • filter - The filter() method creates a new array with all elements that pass the test implemented by the provided function.

  • map - The map() method creates a new array populated with the results of calling a provided function on every element in the calling array.

  • every - The every() method tests whether all elements in the array pass the test implemented by the provided function. It returns a Boolean value.

  • includes - The includes() method determines whether an array includes a certain value among its entries, returning true or false as appropriate.

Author

About

Render and filter jobs from json data

https://job-search-static.netlify.app/


Languages

Language:CSS 64.5%Language:JavaScript 32.5%Language:HTML 3.0%