A web-based application that helps users track their food intake, view nutritional values, and identify potential health hazards in food ingredients.
• Search for food items and get detailed nutritional information
• Identify health hazards in ingredients
• Import nutritional data from a CSV file
• User-friendly interface for easy food tracking
• Frontend: HTML, CSS, TypeScript
• Backend: Node.js
1. Clone the repository:
git clone https://github.com/your-username/nutrition-app.git cd nutrition-app
2. Install dependencies:
npm install
3. Run the development server:
npm start