Spaces:
Sleeping
Sleeping
File size: 570 Bytes
4711c0c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# 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 |