An open API service indexing awesome lists of open source software.

https://github.com/bahdcoder/hacker-news-pwa


https://github.com/bahdcoder/hacker-news-pwa

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hackernews PWA

[View live project here](https://hackernews-pwa.netlify.com/)

![Lighthouse audit results](https://res.cloudinary.com/bahdcoder/image/upload/v1571796005/Screenshot_2019-10-23_at_02.59.12_b7rhya.png)

#### How to run this project
- Clone repository `git clone https://github.com/bahdcoder/hacker-news-pwa`
- Install dependencies `yarn`
- Run development server `yarn start`
- Run production build `yarn build`

#### Packages used
- `React router` for SPA routing
- `Prettier` for code automatic formatting
- `Husky` for running scripts at specific git hooks
- `throttle-debounce` for debouncing window scroll event