This project was bootstrapped with Create React App.
The task is to write a small Hacker News Client. We’d like to see the following features in the client:
- User should be able to list best stories on Hacker News.
- User should be able to open the actual story.
- User should be able to read the comments related to individual stories.
- Node
v11
- yarn
$ git clone https://github.com/Shridhad/react-hacker-news
$ cd react-hacker-news
$ yarn install
# Run dev server on port 3000
$ npm start
# Run tests
$ npm test
This application uses HNPWA API to fetch latest feed from hacker news.