Beat what you eat
Made of very little sleep during hackumass
Live demo at beat-what-you-eat.jerue.org.
What is this?
This is an application that uses the UDSA nutritional facts database to see how far you need to run in order to "work off" certain foods. It supports generic names and UPC codes.
Why is this important?
Obesity is a large problem in the United States and many sources point to portion control as a reason why. The goal of this app is to help users visualize what they're eating, and how long they need to run in order to work that off. People are more likely to eat less or set a realistic goal if they know just what they're eating is worth in working out.
How to use
Make a file with the following inside of src/
export default{
key: "MY_API_KEY"
}
MY_API_KEY is your API key for UDSA's database
Then run the following
npm start
And then have at it.
Log in or sign up for Devpost to join the conversation.