cheeaun / hackerweb-native-2

HackerWeb 2: A read-only Hacker News client.

Home Page:https://apps.apple.com/app/id1084209377

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackerWeb 2

A read-only Hacker News client.


HackerWeb is a super-clean Hacker News app built for maximum readability and has a lean set of features to optimize the reading experience.

It’s created specifically with iOS design guidelines in mind, so it feels native and blends well with the operating system.

It has a simple set of features that are usually invisible:

  • Dual Web and Comments tabs for easy switching between the story’s web page and the list of comments
  • Revolutionary comments thread UI for easy navigation, with smart collapsing to prevent being overwhelmed by too many comments
  • Automatic Dark mode, respecting the system’s appearance settings.
  • Smart indentations and formatting for comments, complementing the existing limited formatting from Hacker News.
  • Automatic syntax highlighting for code blocks in comments, with best-effort programming language detection.
  • Allow interactions like upvoting and replying, which opens up web view with login information and sessions stored in itself, instead of the app.
  • Comment’s “Thread view” to list all parent comments of a comment, on a flat list, for easy reading instead of manually drilling down the nested comments.
  • “Share as Image” for comments, which allows sharing of a specific comment, optionally including the parent comments and/or story, as an image.

HackerWeb is an unofficial Hacker News client, built with React Native and Expo.

This is a passion side project for learning and experimenting ideas. Since 2012.

Also a complete rewrite of the first version launched in 2016.

Download

Download on the App Store

Preview

Light

Dark

Development

This is built with Expo under the Managed Workflow. Currently using SDK 45 and targeted only for iOS (for now).

npm install -g expo-cli

After cloning this repository:

cd hackerweb-native-2
npm i
npm start

Resources

License

  • MIT.
  • Not affiliated with Hacker News or YCombinator.

About

HackerWeb 2: A read-only Hacker News client.

https://apps.apple.com/app/id1084209377


Languages

Language:JavaScript 100.0%