An open API service indexing awesome lists of open source software.

https://github.com/castelo-codez/job-listings-with-filtering

In this challenge, you'll be using JavaScript to filter out jobs based on selected categories. We provide a local JSON file to help you practice working with JSON data.
https://github.com/castelo-codez/job-listings-with-filtering

aos-animation flexbox frontend-mentor grid-system job-listings-filter js scss vue3

Last synced: 3 months ago
JSON representation

In this challenge, you'll be using JavaScript to filter out jobs based on selected categories. We provide a local JSON file to help you practice working with JSON data.

Awesome Lists containing this project

README

        

# Welcome there
Front End Mentor Challenges [*Job listings with filtering*](https://www.frontendmentor.io/challenges/job-listings-with-filtering-ivstIPCt)

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.

## Project setup
```sh
npm install
```
## For development & Hot-Reload
```sh
npm run dev
```
## For Building
```sh
npm run build
```