Created
January 29, 2022 04:27
-
-
Save liang799/58f29ca98f2450b653ea3284547eb69d to your computer and use it in GitHub Desktop.
For Vigour Project Work
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Healthtips": [ | |
{ | |
"healthtext": "drink water", | |
"healthimage": "https://i.imgur.com/pa3wtnD.jpg" | |
}, | |
{ | |
"healthtext": "eat fruits", | |
"healthimage": "https://i.imgur.com/WaI9qBT.jpg" | |
}, | |
{ | |
"healthtext": "exercise everyday", | |
"healthimage": "https://i.imgur.com/pa3wtnD.jpg" | |
}, | |
{ | |
"healthtext": "go for a run", | |
"healthimage": "https://i.imgur.com/pa3wtnD.jpg" | |
}, | |
{ | |
"healthtext": "JH4FHCI", | |
"healthimage": "https://i.imgur.com/pa3wtnD.jpg" | |
} | |
], | |
"Did you know?": [ | |
{ | |
"Did you know?": "Did you know that we are the first app to implement crypto into a fitness tracker?" | |
}, | |
{ | |
"Did you know?": "Did you know that Raja got certified in Android app dev?" | |
}, | |
{ | |
"Did you know?": "Did you know that there are some interesting comments made on a blog post?" | |
}, | |
{ | |
"Did you know?": "Did you know that Fazith likes Apple products?" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment