Giter Site home page Giter Site logo

learning_guide_miniprograme's Introduction

晓程序猿(微信小程序)

  • 页面UI 由三个人共同讨论怎样设计,由美工做图
  • 服务端由小程序云开发平台提供
  • 数据库中的JSON结构由我设计由另一个同学负责上传(数据上传量庞大,异常辛苦,万分感谢这位同学)

当前版本已经上线,小程序码如下方所示 小程序码

项目截图

启动页

首页

用户页

小节

文章详情

收藏详情页

章节测试

章节测试详情

测试得分

徽章墙

功能列表

  • 首页
  • 轮播页
  • 文章详情
  • 章节测试
  • 收藏功能
  • 阅读功能
  • 用户阅读进度
  • 用户阅读徽章 ....

项目结构

├─cloudfunctions
│  ├─calculate_progress
│  │      index.js
│  │      package.json
│  │      
│  ├─check_test
│  │      index.js
│  │      package.json
│  │      
│  ├─collections_add
│  │      index.js
│  │      package.json
│  │      
│  ├─collections_init
│  │      index.js
│  │      package.json
│  │      
│  ├─collection_add
│  │      index.js
│  │      package.json
│  │      
│  ├─collection_get
│  │      index.js
│  │      package.json
│  │      
│  ├─getachieve_edage
│  │      index.js
│  │      package.json
│  │      
│  ├─login
│  │      index.js
│  │      package.json
│  │      
│  ├─model_config
│  │      index.js
│  │      package.json
│  │      
│  ├─progress_init
│  │      index.js
│  │      package.json
│  │      
│  ├─remove_collection
│  │      index.js
│  │      package.json
│  │      
│  ├─retest
│  │      index.js
│  │      package.json
│  │      
│  ├─sections
│  │      index.js
│  │      package.json
│  │      
│  ├─sum
│  │      index.js
│  │      package.json
│  │      
│  ├─updata_pro
│  │      index.js
│  │      package.json
│  │      
│  ├─update_section
│  │      index.js
│  │      package.json
│  │      
│  └─user_init
│          index.js
│          package.json
│          
├─miniprogram
│  │  app.js
│  │  app.json
│  │  app.wxss
│  │  list.txt
│  │  
│  ├─images
│  │      book.png
│  │      book_2.png
│  │      book_3.png
│  │      book_4.png
│  │      chapter_name.png
│  │      chpter_name.png
│  │      col.png
│  │      collection.png
│  │      collectioned.png
│  │      datyinji.png
│  │      fail.png
│  │      index.png
│  │      index_select.png
│  │      into_section.png
│  │      logo.png
│  │      mine.png
│  │      mine_select.png
│  │      score.png
│  │      section_icon.png
│  │      section_icon_reverse.png
│  │      section_title.png
│  │      shuqian.png
│  │      shuqian_2.png
│  │      start_bg1.png
│  │      start_bg2.png
│  │      start_bg3.png
│  │      start_person.png
│  │      test_icon.png
│  │      title.png
│  │      
│  ├─pages
│  │  ├─articals
│  │  │      articals.js
│  │  │      articals.json
│  │  │      articals.wxml
│  │  │      articals.wxss
│  │  │      
│  │  ├─badage_wall
│  │  │      badage_wall.js
│  │  │      badage_wall.json
│  │  │      badage_wall.wxml
│  │  │      badage_wall.wxss
│  │  │      
│  │  ├─chapters
│  │  │      chapters.js
│  │  │      chapters.json
│  │  │      chapters.wxml
│  │  │      chapters.wxss
│  │  │      
│  │  ├─chapter_test
│  │  │      chapter_test.js
│  │  │      chapter_test.json
│  │  │      chapter_test.wxml
│  │  │      chapter_test.wxss
│  │  │      
│  │  ├─collections
│  │  │      collections.js
│  │  │      collections.json
│  │  │      collections.wxml
│  │  │      collections.wxss
│  │  │      
│  │  ├─lunbo_detail
│  │  │      lunbo_detail.js
│  │  │      lunbo_detail.json
│  │  │      lunbo_detail.wxml
│  │  │      lunbo_detail.wxss
│  │  │      
│  │  ├─question_detail
│  │  │      question_detail.js
│  │  │      question_detail.json
│  │  │      question_detail.wxml
│  │  │      question_detail.wxss
│  │  │      
│  │  ├─sections
│  │  │      sections.js
│  │  │      sections.json
│  │  │      sections.wxml
│  │  │      sections.wxss
│  │  │      
│  │  ├─start
│  │  │      start.js
│  │  │      start.json
│  │  │      start.wxml
│  │  │      start.wxss
│  │  │      
│  │  ├─test
│  │  │      test.js
│  │  │      test.json
│  │  │      test.wxml
│  │  │      test.wxss
│  │  │      
│  │  └─user_achievement
│  │          user_achievement.js
│  │          user_achievement.json
│  │          user_achievement.wxml
│  │          user_achievement.wxss
│  │          
│  ├─style
│  │      guide.wxss
│  │      
│  └─utils
│          animation.js
│          utils.js


### 交流
喜欢别忘了 Star,有问题可通过微信、公众号、QQ 群联系我,谢谢您的关注。
附上我的QQ:315782792

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.