alixaxel / who-is-hiring-dashboard

Dashboard for “Ask HN: Who is hiring?”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Who is Hiring Dashboard

Built on the awesome SvelteJS framework and equally awesome Sapper deploy platform.

Pulls posts from user whoishiring on Hacker News, and provides useful tools for sorting and saving settings / filters to localStorage.

Running Locally

The app will work locally, including saving localStorage tasks to the localhost domain.

npx degit "arxpoetica/who-is-hiring-dashboard" who-is-hiring

npm install npm run dev

Jump over to localhost:3001.

Development

To watch global PostCSS / CSS and SVG changes:

npm run watch

Pull requests welcome.

TODO: Optimize filtering / search on the page. Currently just processing all items in array, which is under performant. We could do a number of things, such as paginate results, lazyload below the fold, etc.

About

Dashboard for “Ask HN: Who is hiring?”

License:MIT License


Languages

Language:HTML 54.3%Language:JavaScript 41.9%Language:CSS 2.2%Language:Dockerfile 1.6%