https://github.com/yangfan2016/douban-movie-electron
This is electron app for douban movie
https://github.com/yangfan2016/douban-movie-electron
axios douban-movie electron electron-react javascript react react-router typescript
Last synced: about 1 month ago
JSON representation
This is electron app for douban movie
- Host: GitHub
- URL: https://github.com/yangfan2016/douban-movie-electron
- Owner: Yangfan2016
- License: mit
- Created: 2019-06-19T12:15:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T14:31:00.000Z (over 2 years ago)
- Last Synced: 2024-05-29T19:04:22.075Z (11 months ago)
- Topics: axios, douban-movie, electron, electron-react, javascript, react, react-router, typescript
- Language: JavaScript
- Size: 1.86 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## douban-movie-electron
![]()
> 基于 Electron, React, React-router, Typescript 一款桌面豆瓣电影应用
---
### Start
```bash
# install fe pkg
$ yarn
# preivew
$ yarn electron-dev
# build
$ yarn build
# pack
$ yarn dist```
### Preview





### Todo & Done
#### 首页
- [x] banner
- [x] 历史记录
- [x] 检索建议
- [x] 正在热映
- [x] 新片榜
- [x] 北美票房榜
- [x] 一周口碑榜
- [x] Top250
- [x] footer#### 电影详情页
- [x] 电影评分、基本信息
- [x] 剧照
- [x] 预告片(点击打开播放虚拟页)
- [x] 评论
- [x] 热评#### 搜索详情页
- [x] 搜索信息列表
### Tech
- React(react-hooks)
- React-router
- Typescript
----
- ant-design
- react-lazy-load
----
- axios
- lodash
----
- Koa### MIT license
Copyright (c) 2019 yangfan2016 <[email protected]>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.---
built upon love by [docor](https://github.com/turingou/docor.git) v0.3.0