Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajatkulkarni95/hckrnws
A custom frontend for a better reading experience of HackerNews
https://github.com/rajatkulkarni95/hckrnws
hacker-news nextjs react stitches typescript
Last synced: about 1 month ago
JSON representation
A custom frontend for a better reading experience of HackerNews
- Host: GitHub
- URL: https://github.com/rajatkulkarni95/hckrnws
- Owner: rajatkulkarni95
- License: mit
- Created: 2021-12-05T10:49:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T08:56:50.000Z (5 months ago)
- Last Synced: 2024-08-01T19:58:31.897Z (4 months ago)
- Topics: hacker-news, nextjs, react, stitches, typescript
- Language: TypeScript
- Homepage: https://hckrnws.com
- Size: 1.04 MB
- Stars: 83
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- alternative-front-ends - Hckrnws - end for a better reading experience of HackerNews (Overview / Hacker News)
README
# hckrnws - A cleaner reading experience for HackerNews
## Getting Started
First, run the development server:
```bash
pnpm run dev
```## Libraries
- [NextJS](nextjs.org/) - React Framework
- [Tailwind](tailwindcss.com/) - CSS
- [HeroIcons](https://heroicons.com/) - Svg Icons
- [Zustand](https://github.com/pmndrs/zustand) - Lightweight state mangement for handling starred stories## Features
- Dark Mode
- Comment lines for easier tracking of nested comments
- Quotes are easily identifable
- Post Author tags for identification
- Better Readibility
- Star stories for reading them laterThis project is in no way affiliated with YCombinator or Hackernews. All sources to be accredited to them.
Also a big thanks to the incredible folks at [HNPWA](https://github.com/tastejs/hacker-news-pwas) for making using the hackernews api easy.