Skip to content

xiushenli/react-native-cnodejs

 
 

Repository files navigation

react-native 实现cnodejs客户端

首页和详情页UI参考 https://github.com/shinygang/Vue-cnodejs

API由 https://cnodejs.org/api 提供

在官方提供的API之外,增加搜索入口和个人资料入口。

运行方法

git clone

npm intall 或者 yarn (如果你安装了)

react-native run-ios 接着 react-native start(运行IOS项目) 需要xcode模拟器

或者

react-native run-android 接着 react-native start(运行安卓项目)需要安卓模拟器

以上具体运行过程,请参考react-native 官方文档

中文文档 https://reactnative.cn/docs/0.48/getting-started.html

英文文档 https://facebook.github.io/react-native/docs/getting-started.html

项目说明

这个项目之间断断续续花了差不多12天时间,之前有一点react基础,因此做react-native上手就稍微快了。

基本就是一边看文档一边做,不懂的Google,所以这个项目可能有些地方写的不好,有时间想到了改进下项目,但是期间学习到了很多知识。

比较复杂的功能还需要时间学习。

这只是一个练手的项目,希望大家多多交流

部分截图

alt text

alt text

alt text

alt text

alt text

alt text

alt text

alt text

alt text

alt text

待完善的功能

  • 实现扫码登录
  • 首页UI调整区分 首页和招聘板块
  • 详情页面内容显示优化
  • 添加回复评论
  • 话题发布优化

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • Objective-C 3.0%
  • Python 1.2%
  • Java 0.9%