All Projects → Aaaaaaaty → react_movie

Aaaaaaaty / react_movie

Licence: other
react movie app

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

基于react的影院购票应用

相关介绍:基于react的影院购票应用

技术栈:react redux sass webpack es6

Directory

│  .gitignore
│  index.html         入口页面
│  package.json
│  README.md
│  webpack.config.js  webpack配置
│
├─dist                打包目录
│     
└─src
    │  App.js        项目入口
    │
    ├─container      容器组件
    │
    ├─components      子组件
    │
    │
    ├─redux          redux状态管理
    │  ├─action
    │  ├─reducer
    │  ├─store
    │     
    ├─router          路由
    │
    │
    ├─utils            通用文件
    │
    │
    └─styles           通用样式文件

Setup

git clone https://github.com/Aaaaaaaty/react_movie 

cd react_movie 

cnpm i || npm i

将./data及./src/images 文件 拷贝进dist //项目依赖的图片及假数据

npm start

效果预览

区域选择组件

区域选择

电影列表组件

电影列表

电影详情组件

电影详情

电影排期组件

电影排期

电影选座组件

选座组件

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