krz/hn
A brutalist web client for Hacker News.
clone: git clone https://gitbay.org/krz/hn.git
ee909e98c835e24c3c826ce8a5e75561cf4928d4
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2023-06-01T02:41:59Z
README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) @@ -1,10 +1,25 @@ # hn -[hn](https://hn.cleberg.net) is a simple front-end alternative for Hacker News. -hn focuses on simplicity and privacy. +[hn](https://hn.cleberg.net) is a simple front-end alternative for Hacker +News, focusing on privacy and simplicity. + +## TODO + +A scratch pad of ideas that may be useful to implement: + +- [ ] Add functionality to view item-specific page with comments. +- [ ] Add functionality to view a user's profile. +- [ ] Add functionality to load more items or paginate? +- [ ] Add minimal CSS. ## Development +This just uses plain PHP and HTML, no special package managers or development +tools needed. Just start editing the files with your favorite editor and use a +server with PHP if you want to view the results or deploy your own version. + +## Deployment + To deploy, ensure you have a publicly-available web server and configure it to fallback with all errors to the `index.php` file rather than returning a `404` error.