项目作者: sanaro99
项目描述 :
Hacker News in a Newspaper style UI developed using ReactJS and Hacker News API
高级语言: JavaScript
项目地址: git://github.com/sanaro99/HackerNewspaper.git
Hacker News
Hacker News with newspaper UI developed using ReactJS and Hacker News API

As viewed on a big screen device

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