Skip to content

Shridhad/react-hacker-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News Client

This project was bootstrapped with Create React App.

Problem Statement

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.

Prerequisites

$ git clone https://github.com/Shridhad/react-hacker-news

$ cd react-hacker-news

$ yarn install

Scripts

# Run dev server on port 3000
$ npm start


# Run tests
$ npm test

APIs

This application uses HNPWA API to fetch latest feed from hacker news.

About

Hacker News Client built using React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published