Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.8 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.8 KB

A job client for Hacker News

"Buy Me A Coffee"

screenshot of the website

What is it?

A fast and lightweight job client for Hacker News consisting of Y Combinator backed startups. It is minimal by design and focused on displaying job postings in a concise and readable manner, making it easy for users to find the jobs they are interested in. This application is built with Next.js using the Hacker News API. It uses getStaticProps to fetch data at build time and therefore works as a static site.

The goal of this project was to create a simple and efficient way for users to find jobs at startups.

How it works?

flow of the project

Built With

Next

Tailwind

How to set up and run the project?

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/rittikbasu/yc-job-client.git
  2. cd in to the directory
    cd yc-job-client
  3. Install the required packages
    npm install
  4. Run the project on your localhost
    npm run dev