All Projects → jianxiaoBai → Douban

jianxiaoBai / Douban

React-native 仿豆瓣电影 app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Douban

DoubanMovieJSON
豆瓣电影JSON数据
Stars: ✭ 60 (-74.58%)
Mutual labels:  movie, douban
where-is-douban250
🐛 一个爬虫程序,整理了腾讯视频、爱奇艺、优酷、哔哩哔哩等视频网站中,能够观看的「豆瓣电影 Top250 榜单」影片。
Stars: ✭ 123 (-47.88%)
Mutual labels:  movie, douban
doubanIMDb
IMDb + Rotten Tomatoes + Wikipedia on Douban Movie
Stars: ✭ 93 (-60.59%)
Mutual labels:  movie, douban
Top15
[EOL] 使用 Top15 在你的网站中展示最近看过/读过/听过的电影/书/音乐!
Stars: ✭ 13 (-94.49%)
Mutual labels:  movie, douban
Hexo Douban
💿 A simple plugin for hexo that helps us generate pages for douban books ,movies and games.
Stars: ✭ 277 (+17.37%)
Mutual labels:  movie, douban
Movie Board
Re-design and implement Douban Movie with React and Redux.
Stars: ✭ 140 (-40.68%)
Mutual labels:  movie, douban
Douban Movie
Golang爬虫 爬取豆瓣电影Top250
Stars: ✭ 114 (-51.69%)
Mutual labels:  movie, douban
Wxapp Douban Api Movie
Douban movie api data completed a WeChat applet wxAPP, very suitable as a small program beginners combat project!
Stars: ✭ 161 (-31.78%)
Mutual labels:  movie, douban
Toshocat
Anime and Manga list app for desktop.
Stars: ✭ 174 (-26.27%)
Mutual labels:  movie
Laosj
golang light-weight image crawler
Stars: ✭ 199 (-15.68%)
Mutual labels:  douban
Miniprogram
猫眼电影/Taro/微信小程序/React
Stars: ✭ 163 (-30.93%)
Mutual labels:  movie
Vue Movie
基于vue2.0构建的在线电影网【film】,webpack+vue+vuex+keepAlive+muse-ui+cordova 全家桶,打包成APP
Stars: ✭ 175 (-25.85%)
Mutual labels:  movie
Hack Movie
黑客相关的电视剧/电影/纪录片
Stars: ✭ 199 (-15.68%)
Mutual labels:  movie
Bandersnatch
💻 Interactive Black Mirror: Bandersnatch Paths Website 🎥
Stars: ✭ 169 (-28.39%)
Mutual labels:  movie
Flaskmovie
【正在改版开发中,请勿使用!】Flask电影网站前台+后台管理。
Stars: ✭ 221 (-6.36%)
Mutual labels:  movie
Imeiju mac
爱美剧Mac客户端
Stars: ✭ 193 (-18.22%)
Mutual labels:  movie
Douban2piratebay
在豆瓣电影页面里添加一个指向海盗湾的链接
Stars: ✭ 162 (-31.36%)
Mutual labels:  douban
Qnapi
Qt-based, multi-engine, multi-platform subtitle downloader
Stars: ✭ 226 (-4.24%)
Mutual labels:  movie
Filmsys
一个使用Vue全家桶和后台Express框架结合Mysql数据库搭建起来的移动端电影售票和管理系统,实现了热映、即将上映、电影和影院全局搜索、评论、选座、购票、点赞、收藏、订单等一系列购票和管理流程功能
Stars: ✭ 217 (-8.05%)
Mutual labels:  movie
Gmdb
GMDB is the ultra-simple, cross-platform Movie Library with Features (Search, Take Note, Watch Later, Like, Import, Learn, Instantly Torrent Magnet Watch)
Stars: ✭ 189 (-19.92%)
Mutual labels:  movie

ReactNative 仿豆瓣电影APP

目录结构

├── README.mdasd
├── __tests__
│   ├── index.android.js
│   └── index.ios.js
├── android
│   ├── app
│   ├── build
│   ├── build.gradle
│   ├── gradle
│   ├── gradle.properties
│   ├── gradlew
│   ├── gradlew.bat
│   ├── keystores
│   └── settings.gradle
├── app.json
├── index.android.js
├── index.ios.js
├── ios
│   ├── DB_App
│   ├── DB_App-tvOS
│   ├── DB_App-tvOSTests
│   ├── DB_App.xcodeproj
│   ├── DB_AppTests
│   └── build
├── package.json
├── src
│  │   ├── commons
│  │   └── Ranking.js                                       影片排行组件
│  ├── components
│  │   ├── Detail.js                                        影片详情页
│  │   ├── HotList.js                                       热门列表
│  │   ├── My.js                                            我的模块
│  │   ├── PlayList.js                                      播放列表
│  │   ├── SearchIng.js                                     搜索时触发的组件
│  │   ├── SearchInput.js                                   搜索框
│  │   ├── Seek.js                                          正在热映
│  │   ├── SoonList.js                                      即将上映
│  │   └── Star.js                                          星星组件
│  ├── img                                                  效果图
│  │   ├── a.gif
│  │   ├── b.gif
│  │   ├── c.gif
│  │   ├── d.gif
│  │   ├── eee.jpg
│  │   ├── movie.png
│  │   ├── movie.webp
│  │   ├── play-icon.png
│  │   ├── poster.jpg
│  │   ├── qqq.png
│  │   ├── star-empty.png
│  │   ├── star-full.png
│  │   ├── star-half.png
│  │   ├── tianxian.jpg
│  │   └── www.jpg
│  ├── index.js
│  └── uilts
└── yarn.lock

运行

  • 先确保你已安装好了React Native 所需的依赖环境
  • 在根目录下执行 npm install
  • 在执行 react-native run-ios

效果图

TODO

  • 视频播放
  • 效果图更换
  • 图片点击放大观看
  • 暂不适配 android

注: 由于接口限制只能完成部分功能

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].