FuelFlow is a React-based web application that provides personalized meal recommendations for Purdue women based on their menstrual cycle phase. The app integrates with Purdue dining court data and uses AI to analyze meal photos and provide nutritional insights.
- User authentication and profile management
- Personalized meal recommendations based on menstrual cycle phase
- Integration with Purdue dining court menus
- AI-powered meal photo analysis
- Support for dietary preferences and restrictions
- Install dependencies:
npm install- Start the development server:
npm startThe app will be available at http://localhost:3000
src/
├── components/
│ ├── Auth/
│ │ └── Login.js
│ ├── Dashboard/
│ │ └── Dashboard.js
│ ├── MealRecommendation/
│ │ └── MealRecommendation.js
│ └── MealAnalysis/
│ └── MealAnalysis.js
├── App.js
└── index.js
- React
- Material-UI
- React Router
- Groq AI API (coming soon)
- Purdue Dining API (coming soon)
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request