Code Monkey home page Code Monkey logo

weixin's Introduction

微信小程序-豆瓣电影项目

###项目树


├── README.md
├── app.js
├── app.json
├── app.wxss
├── data
│   └── posts-data.js
├── images
│   ├── avatar
│   │   └── 1.png
│   ├── icon
│   │   ├── arrow-right.png
│   │   ├── chat.png
│   │   ├── collection-anti.png
│   │   ├── collection.png
│   │   ├── none-star.png
│   │   ├── share-anti.png
│   │   ├── share.png
│   │   ├── star.png
│   │   ├── view.png
│   │   └── xx.png
│   ├── iqiyi.png
│   ├── music
│   │   ├── music-start.png
│   │   └── music-stop.png
│   ├── post
│   │   ├── bl.png
│   │   ├── cat.png
│   │   ├── crab.png
│   │   ├── sls.JPG
│   │   ├── vr.png
│   │   └── xiaolong.jpg
│   ├── tab
│   │   ├── ciwei.png
│   │   ├── ciwei_hl.png
│   │   ├── dianying.png
│   │   ├── dianying_hl.png
│   │   ├── yuedu.png
│   │   └── yuedu_hl.png
│   ├── vr.png
│   └── wx.png
├── pages
│   ├── movies
│   │   ├── more-movie
│   │   │   ├── more-movie.js
│   │   │   ├── more-movie.json
│   │   │   ├── more-movie.wxml
│   │   │   └── more-movie.wxss
│   │   ├── movie
│   │   │   ├── movie-template.wxml
│   │   │   └── movie-template.wxss
│   │   ├── movie-detail
│   │   │   ├── class
│   │   │   │   └── Movie.js
│   │   │   ├── movie-detail.js
│   │   │   ├── movie-detail.json
│   │   │   ├── movie-detail.wxml
│   │   │   └── movie-detail.wxss
│   │   ├── movie-grid
│   │   │   ├── movie-grid-template.wxml
│   │   │   └── movie-grid-template.wxss
│   │   ├── movie-list
│   │   │   ├── movie-list-template.wxml
│   │   │   └── movie-list-template.wxss
│   │   ├── movies.js
│   │   ├── movies.json
│   │   ├── movies.wxml
│   │   ├── movies.wxss
│   │   └── stars
│   │       ├── stars-template.wxml
│   │       └── stars-template.wxss
│   └── welcome
│       ├── welcome.js
│       ├── welcome.json
│       ├── welcome.wxml
│       └── welcome.wxss
├── screenshots
│   ├── 1.png
│   ├── 2.png
│   └── 3.png
└── utils
    └── util.js

效果图

image image image

功能说明

接口访问来自豆瓣api,目前功能有 搜索功能 下拉刷新 上拉加载

代码说明

部分采用es6语言,组件化,模块化开发。

安装说明

screenshots文件夹不需要,只是github上的效果图。
项目来自慕课网实战,api采用豆瓣公共api接口。
如果demo对你有帮助的话,帮忙点个star。

weixin's People

Contributors

openfe-openfe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.