Skip to content

A simple job board application built with React that fetches job postings from the Hacker News API.

Notifications You must be signed in to change notification settings

ankita-tripathii/job-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Board

A simple job board application built with React that fetches job postings from the Hacker News API.

Features

  • Displays the latest job postings from the Hacker News API.
  • Each posting shows the job title, poster, and date posted.
  • Initially shows 6 jobs with a "Load More" button to fetch the next page of 6 postings.
  • Clicking on the "Load More" button loads the next set of job postings.
  • The job title is a link to the job details page, if available.

Screenshots

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/ankita-tripathii/job-board

Go to the project directory

  cd job-board

Install dependencies

  npm install

Start the server

  npm start

Tech Stack

About

A simple job board application built with React that fetches job postings from the Hacker News API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages