Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

nielskloster/random-hacker-news

Repository files navigation

Getting hacker news stories

This app gets ten random news stories from Hacker News and shows them ranked by score.

Implementation notes:

  • We are using NextJs and Tailwind with Typescript as the basic framework.
  • The layout should be somewhat responsive, but is missing some polish.
  • Loading data is done using the fetch api. Requests are loaded in parallel, but if any of them fail the page will fail to load.