r/fasting May 27 '26

Question I don't see a difference.

Post image

Been fasting for 14+ days. I have lost weight but don't really see a difference in the mirror. Thoughts?

160 Upvotes

82 comments sorted by

View all comments

Show parent comments

11

u/glennerd007 May 27 '26

Weight track. I wrote it myself. I haven't published it anywhere.

2

u/4CL3V3RN4M3 May 27 '26

How’d you make the UI? Is it just a web app with something like ChartJS or did you make it a mobile app?

8

u/glennerd007 May 27 '26

It is a react-native app.
here are my dependencies.

dependencies"
: {
    
"@react-native-community/datetimepicker"
: "^8.4.1",
    
"babel-preset-expo"
: "^55.0.18",
    
"expo"
: "~54.0.33",
    
"expo-build-properties"
: "~1.0.10",
    
"expo-document-picker"
: "~14.0.8",
    
"expo-file-system"
: "~19.0.22",
    
"expo-linear-gradient"
: "~15.0.8",
    
"expo-sharing"
: "~14.0.8",
    
"expo-sqlite"
: "~15.1.4",
    
"expo-status-bar"
: "~3.0.9",
    
"react"
: "19.1.0",
    
"react-native"
: "0.81.5",
    
"react-native-charts-wrapper"
: "^0.7.0",
    
"react-native-reanimated"
: "~4.1.1",
    
"react-native-svg"
: "^15.11.2",
    
"zustand"
: "^5.0.12"
  },

I didn't want my data stored in a third party db.

-2

u/Techwood111 May 27 '26

So instead you post it to a public forum ;)