a hackernews clone made with react + hooks.
- View Top stories
- View new stories
- View job listings
$ unzip hacker-news-clone.zip
$ cd hacker-news-clone
$ npm install or yarn
$ yarn start
Open http://localhost:3000 to view it in the browser.
$ yarn run build