Geminii / jobs-list-filtering-challenge

Job listings with filtering frontend mentor challenge

Home Page:jobs-list-filtering-challenge.vercel.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

Links

My process

Built with

Vite React TypeScript ESLint Prettier Jest Testing Library Commitlint

Features

  • ⚡️ Vite - Next Generation Frontend Tooling
  • ⚛️ React 18 - A JavaScript library for building user interfaces
  • 💎 TypeScript - JavaScript with syntax for types
  • 🚀 Vitest - Blazing Fast Unit Test Framework
  • 🔨 EsLint - Pluggable JavaScript linter
  • 🌀 Prettier - Opinionated Code Formatter
  • 🐺 Husky - Native Git hooks
  • 📑 Commitlint - Linting your commits based on commit convention

Getting started

Pnpm is up to 2x faster than the alternatives (npm, yarn, ...) so let's use it 🚀

pnpm install

Available commands

In this project, you can run the following scripts:

Script Description
pnpm dev Runs the app in the development mode.
pnpm build Builds the app for production to the dist folder.
pnpm preview Builds the app for production to the dist folder, and run locally server.
pnpm lint Runs the Eslint and show code problems
pnpm lint:fix Runs the Eslint and fix the code problems
pnpm format Runs the Prettier and fix code style
pnpm test Run the app tests.

Author

Acknowledgments

Thanks Frontendmentor for this really cool challenge ❤️

License

This project is licensed under the MIT License.

About

Job listings with filtering frontend mentor challenge

jobs-list-filtering-challenge.vercel.app

License:MIT License


Languages

Language:TypeScript 44.6%Language:CSS 30.8%Language:HTML 18.8%Language:JavaScript 4.7%Language:Shell 1.0%