https://github.com/codersuresh/static-job-listings-master
Render and filter jobs from json data
https://github.com/codersuresh/static-job-listings-master
json react tailwindcss
Last synced: 3 months ago
JSON representation
Render and filter jobs from json data
- Host: GitHub
- URL: https://github.com/codersuresh/static-job-listings-master
- Owner: coderSuresh
- Created: 2023-06-04T02:13:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T09:16:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T20:11:54.380Z (5 months ago)
- Topics: json, react, tailwindcss
- Language: CSS
- Homepage: https://job-search-static.netlify.app/
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Job listings with filtering solution
This is a solution to the [Job listings with filtering challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/job-listings-with-filtering-ivstIPCt). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Author](#author)## 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
- Solution URL: [https://github.com/coderSuresh/static-job-listings-master](https://github.com/coderSuresh/static-job-listings-master)
- Live Site URL: [https://job-search-static.netlify.app/](https://job-search-static.netlify.app/)## 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
- Frontend Mentor - [@codersuresh](https://www.frontendmentor.io/profile/codersuresh)
- Linkedin - [@codersuresh](https://www.linkedin.com/in/codersuresh)