/hackernews-clone

📰 A React app that works gets news items from the HackerNews API

Primary LanguageJavaScript

Hacker News Clone w/ ReactJS

Application thumbnail

This project was created based on Karl Hadwen's Create a Hacker News clone with React project, and makes use of unit testing with Jest. The application makes use of axios & Reat Hooks to make a call to the Hacker News API, which then returns story data which is rendered in the Story component. The Story container then displays the various story components.

After cloning this repo, run

npm start

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