Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 729 Bytes

File metadata and controls

23 lines (15 loc) · 729 Bytes

HackerNews Reader

A clean, minimal HackerNews client built with vanilla HTML/CSS/JS.

Features

  • Feeds — Top, New, Best, Ask, Show, Jobs
  • Comments — Nested, collapsible threads with OP highlighting
  • Search — Powered by Algolia HN API
  • Bookmarks — Save stories locally (localStorage)
  • Routing — Hash-based URLs, browser back/forward works
  • Keyboard — Press / to search, Esc to close

Usage

Open index.html in your browser. No build step, no dependencies.

APIs Used

Both are public, no API keys needed.