Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.52 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.52 KB

💤 Due to regulations for health-related apps in Germany, I'm focusing my attention on other projects.

usually

Mood and behaviour tracker web application using localStorage.

Concept

The idea is a customizable mood tracker that allows entering every miniscule detail in life to draw conclusions about how particular actions influence your mood and fitness. It should be customizable because not everyone may be comfortable tracking absolutely everything, or some things just don't apply to a particular lifestyle.

Entirely based on localStorage (in a later step possibly with optional syncing) because I really don't need to know what ails users, and because nobody besides them should know.

If legally within reach and if the user so desires, the app should offer recommendations, for example: "Eating within two hours before going to bed usually makes you groggy the next morning," to make the user a tiny bit smarter. Even if it's not possible soon, it's still gonna be helpful for the user to have a platform to make those conclusions themselves. It's harder but 🤷🏻‍♀️

Design Drafts

The concept needs to be defined more closely, but the following drafts may present a rough idea of what this could look like and to further understand the concept.

Landing page

image

Dashboard

image

Build

Use Yarn or NPM:

  • yarn install or npm install for setup
  • yarn start or npm run start to start the React development server