Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 801 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 801 Bytes

NutriCount

NutriCount is a nutrition app where users can manage their dietary habits effectively. Users can sign up, log in, add and delete food items, search for specific food items, create custom diet plans, and calculate their Basal Metabolic Rate (BMR). This project is built using the MERN stack (MongoDB, Express.js, React.js, Node.js).

Developed By

Sameer Yadav
Email: [email protected]

Features

  • User Authentication and Authorization using JWT.
  • Secure password storage with hashing.
  • Add, delete, and view food items.
  • Search for specific food items with specific amounts.
  • Create custom diet plans.
  • Calculate BMR.
  • Integration with Google Generative AI (Gemini) API for custom Diet plan and BMR calculations.
  • Input validation using Zod.