Skip to content

mgoldsborough/whoishiring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Who is hiring? in React

This is a simple react project that displays job postings from the monthly "Who's Hiring" posts on Hacker News

Deployed to https://whoishiring.goldsborough.io/ via gh-pages

Quick Start

Install dependencies and run the local app

npm install
npm start

Build

npm run build

Deploy

npm run predeploy
npm run deploy

Adding new posts

The available posts are driven by a flat file, src/postIds.json.

To add a new "Who's Hiring" post, add it to the top of this file.

[
  {
    "id": 38842977, 
    "title": "January 2024"
  },
  ...other items...
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published