Skip to content

paragdb29/hackernews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The HACHERNEWS API

UI techstack used is:

  • This project was bootstrapped with [Create React App]
  • Redux
  • React router dom
  • Axios
  • React Bootstrap
  • Recharts

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Below is the app structure:

  • components
  • containers
  • services
  • store
  • utils

Its divided into three views

  • Main - Loading list of top 10 randomly selected stories
  • Detail - Loading the detail view of the clicked story having first 10 comments
  • Chart - Plotting the top 10 randomly selected stories onto a line chart The same division has been done for store, whereas the service call have been implemented in hackerNewsApi.js

About

Implementing hackernews api story readingusing react and redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors