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.
- Host: GitHub
- URL: https://github.com/castelo-codez/job-listings-with-filtering
- Owner: Castelo-Codez
- Created: 2024-02-04T06:58:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-16T11:23:40.000Z (over 1 year ago)
- Last Synced: 2025-01-18T04:31:39.932Z (5 months ago)
- Topics: aos-animation, flexbox, frontend-mentor, grid-system, job-listings-filter, js, scss, vue3
- Language: Vue
- Homepage: https://static-job-listings-seven-alpha.vercel.app
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```