https://github.com/ogshawnlee/static-job-listings
Solution to the Static Job Listings challenge by Frontend Mentor. Built with Svelte with the built-in Transition and State Management API's + TypeScript + WindiCSS + Vite.
https://github.com/ogshawnlee/static-job-listings
Last synced: 3 months ago
JSON representation
Solution to the Static Job Listings challenge by Frontend Mentor. Built with Svelte with the built-in Transition and State Management API's + TypeScript + WindiCSS + Vite.
- Host: GitHub
- URL: https://github.com/ogshawnlee/static-job-listings
- Owner: OGShawnLee
- Created: 2022-04-13T18:42:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T20:48:13.000Z (about 3 years ago)
- Last Synced: 2025-01-08T06:41:20.738Z (5 months ago)
- Language: Svelte
- Homepage: static-job-listings-ivory-nine.vercel.app
- Size: 459 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Table of contents
- [Frontend Mentor - Job listings with filtering solution](#frontend-mentor---job-listings-with-filtering-solution)
- [Table of contents](#table-of-contents)
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)## 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### Screenshot

### Links
- Solution URL: [Right here!](https://www.frontendmentor.io/solutions/fully-animated-with-state-management-job-listing-filtering-app-rJNV8nEVc)
- Live Site URL: [Deployed on Vercel](https://static-job-listings-ivory-nine.vercel.app/)## My process
### Built with
- Semantic HTML5 markup
- Svelte [Transition + State Management API's]
- TypeScript
- WindiCSS [Flexbox + Grid]
- Mobile-first workflow
- Vite### Continued development
Animations and Transitions are amazing for spicing things up a little. Guess I should learn more about them.
### Useful resources
- [Svelte Easing Functions Visualisation](https://svelte.dev/repl/6904f0306d6f4985b55f5f9673f762ef?version=3.4.1) - This Svelte REPL is insane for visualising how the built-in easing functions work and look like!
- [Svelte Docs on Transitions](https://svelte.dev/docs#run-time-svelte-transition) - Good to know## Author
- Frontend Mentor - [@Shawn Lee](https://www.frontendmentor.io/profile/OGShawnLee)