(no title)
D_Joni | 3 years ago
I' ve just finished upgrading the Hacker News reading app that I made sometime earlier.
I added some new features to it, which include: - the ability to bookmark any story or comment, which you can read later, and it shows you which comments are new (that you did not see or read earlier); - the ability to search through comments, and find the one that you are interested in; - the ability to reply to comments (but you must be logged in at original news.ycombinator.com website to do so).
The app is using offical HN API to get the data, and it's client side rendered. The technologies used for making this web app are: React (Router, Redux) and vanilla CSS. Hoping you will enjoy using it as I am. Let me know what you think about it in the comments.
Thanks!
Markoff|3 years ago
can't you reply to comments through website?
so only benefit is highlighting new comments and searching through comments?
D_Joni|3 years ago
Let's say that you comment on some story that has over 500 comments, and sometime later you want to see if someone replied to your comment. In the original website you'll have to scroll all the way down to find your comment and see the eventual replies. In this app you can do this much more faster because you can bookmark your comment, and then later see if someone replied to you.
I would say that one other benefit is that you can choose between two UI's (classic and modern - which is a bit more readable), and both of them have dark and light themes.