hnreact

所属分类:系统/网络安全
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-01-05 16:15:22
上 传 者sh-1993
说明:  黑客新闻客户端使用react
(Hacker news client using react)

文件列表:
.editorconfig (147, 2021-01-14)
.eslintrc (176, 2021-01-14)
.nvmrc (6, 2021-01-14)
.travis.yml (635, 2021-01-14)
CNAME (16, 2021-01-14)
CONTRIBUTING.md (113, 2021-01-14)
LICENSE (1135, 2021-01-14)
package.json (805, 2021-01-14)
public/ (0, 2021-01-14)
public/favicon.ico (3870, 2021-01-14)
public/index.html (1589, 2021-01-14)
public/manifest.json (317, 2021-01-14)
src/ (0, 2021-01-14)
src/components/ (0, 2021-01-14)
src/components/404Page.js (283, 2021-01-14)
src/components/App.js (1116, 2021-01-14)
src/components/App.test.js (248, 2021-01-14)
src/components/CustomLoader.js (510, 2021-01-14)
src/components/Item.js (768, 2021-01-14)
src/components/Job.js (581, 2021-01-14)
src/components/NavBar.js (1385, 2021-01-14)
src/components/Stories.js (1428, 2021-01-14)
src/components/Story.js (605, 2021-01-14)
src/index.css (488, 2021-01-14)
src/index.js (226, 2021-01-14)
src/utils/ (0, 2021-01-14)
src/utils/Api.js (569, 2021-01-14)
src/utils/Api.test.js (1497, 2021-01-14)
src/utils/constants.js (64, 2021-01-14)
src/utils/helper.js (176, 2021-01-14)
src/utils/helper.test.js (392, 2021-01-14)
yarn.lock (530415, 2021-01-14)

# Hacker News React [![Build Status](https://travis-ci.org/armujahid/hnreact.svg?branch=master)](https://travis-ci.org/armujahid/hnreact) [![Greenkeeper badge](https://badges.greenkeeper.io/armujahid/hnreact.svg)](https://greenkeeper.io/) 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/

近期下载者

相关文件


收藏者