Skip to content

ebonstar/hnreader

Repository files navigation

hnreader

Displays the first 100 top stories from Hacker News in a colourful sticky note board.

View the app on GitHub Pages.

development

Built with the vite react-swc-ts scaffold. Run the development server with yarn dev.

Uses:

  • Hacker News API
  • react-query and react-intersection-observer for infinite scroll
  • react-masonry-css to generate the masonry layout
  • tailwindcss for styling and animation
  • vitest and @testing-library for unit and component testing