Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Hackernews API rendered with React and Redux

Notifications You must be signed in to change notification settings

dforesman/wellframe-react-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News API via React + Redux

About

Replicates the functionality of the Hacker News homepage utilizing React + Redux on the HackerNews API. Allows display of 'Top', 'Best', and 'New' stories, displayed 30 per page. Articles are cached by endpoint, and article contents are cached by ID. Individual Story components each manage their own loading via Redux.

Utilizes Webpack and Babel for ES2015 Javascript. utilizes Gulp for SCSS compilation, asset copying, and triggering webpack build.

Install

$ npm install

Build

$ gulp

Gulp will automatically trigger the webpack build.

Run

$ http-server or your simple static HTML server of choice, in the project directory. index.html will load built assets and scripts

About

Hackernews API rendered with React and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published