/hackernews

A React application that consumes the HackerNews API and displays news.

Primary LanguageJavaScript

A little React.js application that consumes the endpoints of Y Combinator's HackerNews API.

This app was created with the create-react-app tool.

All of the React components are in /components, aside from App.js.

The NewsViewer component is not used.

TODO: Tests TODO: Caching of axios.get AJAX calls.