Skip to the content.

PP Contributions • 2 min read

Week 7

  • created index w/ group describing function and instructions for passion project
  • linked “get meal plan” button to actual code

Week 8

  • Created form to collect user data (age, height, weight, activity, username)

Week 9

  • Api and model development to save data from frontend. I had the frontend store the user data and inputs into the backend for calculation and storing into the database.

Week 10

  • creating database model, fixed css style
  • Model: displays user data in a table format. It retrieves user data, including age, weight, height, activity level, gender, calorie maintenance, and meal plan, from local storage, and dynamically creates rows in the table to display this information. The user data is assumed to be collected and stored through a Flask API and is presented in an organized and user-friendly manner for easy viewing.

Week 11

  • connecting backend to frontend (connected model)