|
--- |
|
title: Hackernews clone ft. FastHTML |
|
emoji: ⚡ |
|
colorFrom: purple |
|
colorTo: green |
|
sdk: docker |
|
pinned: false |
|
--- |
|
|
|
# Hackernews clone ft. FastHTML (read-only) |
|
|
|
This is a lightweight, read-only clone of Hacker News built with FastHTML. It provides a simple interface to browse Hacker News stories and comments. |
|
|
|
## Features |
|
|
|
- View top stories on the home page |
|
- Infinite scroll to load more stories |
|
- View individual story pages with comments |
|
- Responsive design |
|
|
|
## Contributing |
|
|
|
Contributions are welcome! Please feel free to submit a Pull Request. |
|
|
|
## Acknowledgements |
|
|
|
- Hacker News: https://news.ycombinator.com/ |
|
- Unofficial Hacker News API: https://github.com/cheeaun/node-hnapi |