All Projects → MuYunyun → Yunapp

MuYunyun / Yunapp

Licence: mit
基于RN开发的一款视频配音APP

Programming Languages

javascript
184084 projects - #8 most used programming language

基于RN开发的一款视频配音APP


APP效果:

☁️动态效果展示☁️

效果展示  效果展示

简介:

1. APP后端搭建:

  • 使用NodeJs的koa框架完成APP后端的搭建;
  • 使用mongodb完成数据存储,通过mongoose模块完成对mongodb数据的构建;

2. APP前端搭建:

  • 使用RN组件式架构、JS类库实现快速开发
  • 采用Flexbox布局方式
  • 无后台Mock数据做本地JSON接口,实现前后端分离开发

3. 一些功能模块:

  • 启动界面轮播效果的实现;
  • 通过短信验证码登入;
  • 视频的上传以及静音处理;
  • 音频的上传;
  • 视频和音频的整合;
  • 用户资料的更新;
  • 评论模块
  • 点赞模块

运行环境:

目前该项目在node 6.4版本、react-native 0.37.0版本运行正常;

运行:

  1. 通过命令react-native run-ios启动RN项目
  2. 进入yunAppServer,通过命令node app启动服务器

待实现的点:

  • 细节待优化;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].