/HackerNewspaper

Hacker News in a Newspaper style UI developed using ReactJS and Hacker News API

Primary LanguageJavaScript

Hacker News

Hacker News with newspaper UI developed using ReactJS and Hacker News API

hackernews_bigscreen.png

As viewed on a big screen device

hackernews_smallscreen.png

As viewed on a small screen device

Clone the repo

    $ git clone https://github.com/sanaro99/HackerNewspaper.git

Navigate to app folder

    $ cd HackerNewspaper/hackernews

Download packages and its dependencies

Get npm

    $ npm install

Fix any download errors

    $ npm audit fix --force

Start the app

    $ npm start