Skip to content
forked from JRapt0r/hn-pwa

A progressive web app for browsing Hacker News

License

Notifications You must be signed in to change notification settings

davelevine/hn-pwa

 
 

Repository files navigation

Hacker News PWA

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


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

About

A progressive web app for browsing Hacker News

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.6%
  • CSS 7.1%
  • HTML 3.3%