Coder Social home page Coder Social logo

chronus's Introduction

Chronus

介绍 / Why "Chronus"

Chronos is the personification of time in pre-Socratic philosophy and later literature.

🕐Chronus 是一款能帮助你管理生活目标的微信小程序。通过 Chronus,你可以轻而易举地对目标进行管理,并且结合计时器能够清楚地去记录你在实现目标过程中的每一条记录。同时他拥有良好的交互体验提供直观的数据分析,帮助你观察目标的进度。

该项目为小程序原生环境开发,并且利用云开发能力(云函数、数据库)作为数据持久化方案,首页的可视化 Pie 使用了ECharts图表。

若你对云开发感兴趣的话,该实践项目可能对你有帮助。

体验 Chronus

小程序码

截图

预览图

导入项目

  1. 在微信开发工具中导入该项目文件夹。
  2. 确保你开通了云开发功能
  3. 在微信开发工具中将全部云函数上传并部署。
  4. 在云开发数据库中创建usersgoalsgoal-records三个集合。
  5. goal-records中添加goalId为唯一索引,在users中添加_openid为唯一索引。

项目结构说明

├───cloudfunctions   //云函数存放目录
│   ├───addGoalRecord   //添加目标记录
│   ├───createGoal   //创建目标
│   ├───editGoalTitle   //修改目标标题
│   ├───getGoalData   //获取单个目标信息
│   ├───getGoalList   //获取全部目标
│   ├───login   //注册openid
│   └───removeGoal   //删除单个目标
└───miniprogram   //小程序存放目录
    ├───components   //组件存放目录
    │   ├───loading   //加载组件
│   │   ├───modal   //输入框组件
    │   ├───tag   //标签组件
    │   └───tips   //提示组件
    │       └───images
    ├───config   //静态配置
    ├───images   //图片资源
    │   ├───detail
    │   ├───home
    │   └───timer
    ├───libs   //引用库
    │   └───ec-canvas
    ├───models
    ├───pages   //页面存放
    │   ├───detail
    │   ├───home
    │   ├───summary
    │   └───timer
    └───utils   //工具函数

chronus's People

Contributors

gwokhov avatar

Watchers

 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.