Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 421 Bytes

YAHNW

Yet another hacker news website.

A web interface that lets you read Hacker News using a two pane design for comments and stories. Designed for landscape displays (ie. monitors), does not work well in portrait.

Made using the official hacker news API and React. Converted to TypeScript.

Local Dev

npm i
npm start