Giter VIP home page Giter VIP logo

moleaf's Introduction

MoLeaf

This Repository is a forked version of the original repository for submission.

Original Repo: https://github.com/SnowSuno/moleaf

Final Prototype Link: https://moleaf.sparcsandbox.com/

For real app-like usage, please use Add to home screen, and it will act like an app.

Teammates

20200510 이지윤 [email protected]

20200549 장준하 [email protected]

20220042 권순호 [email protected]

Selected Topic

Visual Analytics for Better Self-regulating Phone Usage Behaviors

Tasks

  1. Allow users to set and visualize clear goals
  2. Provide intuitive visual aids to motivate users to regulate usage
  3. Enable user customization to deliver the data more effectively

Links

How to run development server

yarn install
yarn dev

Code Explanation

Page Layout

  • Main page (Overview page): src/pages/home/Home.tsx
    • summary of phone usage data using widgets (src/components/widgets)
  • Customization page: src/pages/home/Customize.tsx
    • main page customization feature
  • Total usage page (page with main graph): src/pages/home/TotalUsage.tsx
    • view weekly and daily usage graphs (src/components/graphs)
  • Goal page: src/goals/Goals.tsx
    • see list of set and unset goals
  • Edit goal page: src/pages/goals/TotalTime.tsx, src/pages/goals/DownTime.tsx, src/pages/goals/Unlocks.tsx
    • allow editing of each goal
  • Settings page: src/pages/Settings.tsx
    • view basic user information

Main Graphs

  • Horizontal bar graph: src/components/graphs/BarGauge.tsx
    • main page widget preview
    • total usage page daily usage view
  • Vertical bar graph: src/components/graphs/BarGraph.tsx
    • total usage page weekly usage view

Processed data

  • Code used to process the raw data can be seen in the data_processor directory on the feat/data-processing branch
  • Processed data is located in src/data

moleaf's People

Stargazers

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