armujahid / hnreact

Hacker news client using react

Home Page:https://hn.armujahid.me/

Repository from Github https://github.comarmujahid/hnreactRepository from Github https://github.comarmujahid/hnreact

Hacker News React Build Status Greenkeeper badge

This is a hacker news client written in react. Currently this has very limited functionality.

Installation

  • install all project dependencies with yarn install or npm install
  • start the development server with yarn start or npm start
  • Production build can be created using yarn build or npm run build
  • Tests can be run using yarn test or npm run test

Backend Server

Currently https://hacker-news.firebaseio.com/v0/ is directly being used. Node.js GraphQL server may be added in future as a middleware

License

MIT License: https://armujahid.mit-license.org/@2018/

About

Hacker news client using react

https://hn.armujahid.me/

License:MIT License


Languages

Language:JavaScript 82.6%Language:HTML 13.3%Language:CSS 4.1%