Skip to content

JRapt0r/hn-pwa

Repository files navigation

Hacker News PWA

Progressive web app for browsing Hacker News. Focused on small touches missing from similar projects.


Live Demo

Features

  • Single page application (SPA)
    • Built with React + react-router
    • Utilizes the hackerweb and Algolia APIs for fetching content
  • Progressive web app
    • App manifest
    • Service worker
    • 100/100 Lighthouse score
  • TailwindCSS 2.0
    • Responsive, mobile first design
    • Light/dark theme availible (set automatically based off device theme)

Build Setup

Requires Node.js 12+

# install dependencies
npm install # or yarn

# start development server
npm run dev

# build for production
npm run build

License

MIT