Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haquanq/fm-static-job-listings

Solution for frontendmentor.io challenge: static-job-listings
https://github.com/haquanq/fm-static-job-listings

css frontendmentor frontendmentor-challenge frontendmentor-solution html javascript js solidjs typescript

Last synced: 14 days ago
JSON representation

Solution for frontendmentor.io challenge: static-job-listings

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.

### The challenge

- No access to design files :expressionless:

Users should be able to:

- View the optimal layout for the site depending on their device's screen size :yum:
- See hover states for all interactive elements on the page :yum:
- Filter job listings based on the categories :yum:

### Solution

- Built with: `SolidJS` `Typescript` `CSS`
- Mobile first workflow

:link: [Solution Link]() :link: [Live Site Link]()

![](./.docs/design/desktop-design.jpg)

## Working in `fm-static-job-listing` repository

### Packages being used

- [`Vite`](https://github.com/vitejs/vite)
- [`TypeScript`](https://github.com/microsoft/TypeScript)

### Clone this project to your machine

Make sure you have Git installed in your system, open new terminal, run the following command:

```
git clone https://github.com/haquanq/fm-static-job-listings.git
```

Then, run `npm install` to install all dependencies.

```
npm install
```

### Development workflow

In terminal, run `npm run dev` to start development server:

```
npm run dev
```