Naught0 / slackernews

An alternative frontend for Hacker News in Next.js

Home Page:https://slackernews.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slackernews

an alternative frontend to hackernews.

Features:

  • Voting
  • Sorting
  • Filtering
  • User page
  • Search
  • Dark/light mode
  • Homepages
    • new
    • past
    • comments
    • ask
    • show
    • jobs
  • Scroll position determines which comment anchors you can jump to
    • e.g. if the scroll idx is 0 and you scroll to idx 20, the down button should take you to 21
  • Persistent settings (Cookies?)
    • Ability to toggle on/off HN link replacement

TODO:

  • Increase width of user page to always be maximum
  • Redirect comment IDs used on on /post route to /comment page instead
  • Validate a comment belongs to a post so that a comment cannot be displayed under an unrelated post
  • Support full text of "Show HN" posts

About

An alternative frontend for Hacker News in Next.js

https://slackernews.vercel.app


Languages

Language:TypeScript 96.7%Language:CSS 3.0%Language:JavaScript 0.3%