TamirisCss / job-filter

Frontend Mentor challenge

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 languages categories

Screenshot

My process

Built with

  • CSS3/ Flexbox
  • Mobile friendly
  • React - JS library

What I learned

    splice()
    includes()
    every()

Useful resources

  • Array.prototype.splice() - This helped me for removing a specific element of a array.
  • Array.prototype.includes() - This helped me in filtering element by checking if the elements has a certain value, returning true or false.
  • Array.prototype.every() - This helped me in filtering element by checking if the elements has a certain value, returning true or false by a callbackFn.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Author

About

Frontend Mentor challenge


Languages

Language:CSS 46.0%Language:JavaScript 45.7%Language:HTML 8.3%