Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haquanq/fm-static-job-listings
- Owner: haquanq
- License: mit
- Created: 2024-06-10T07:14:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T07:49:36.000Z (7 months ago)
- Last Synced: 2024-11-07T02:24:12.201Z (2 months ago)
- Topics: css, frontendmentor, frontendmentor-challenge, frontendmentor-solution, html, javascript, js, solidjs, typescript
- Language: TypeScript
- Homepage: https://haquanq.github.io/fm-static-job-listings/
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```