Sonu283/Personalized_Health_Tracker_And_Risk_Prediction ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app for personalized health tracking and risk prediction.
I want a simple dashboard where a user can enter health details, symptoms, diet info, fitness metrics, and ECG related data, then get useful results back in a clean and easy to understand way. The app should include disease prediction from symptoms, diet recommendations, fitness score prediction, ECG classification, and an overall health risk prediction. Make the UI modern and friendly, with clear cards, charts, and result sections so it feels like a real health assistant.
Use a React frontend with Tailwind and a Python FastAPI backend. If you need to, look up current docs online. Keep the backend organized so each prediction feature can work as its own module, and make sure the frontend can call the API cleanly. Add sample forms, basic validation, loading states, and nice result screens. If any trained models or data files are needed, wire them in so the app runs end to end as a working demo.
Are you gonna build this?
make sure you review the code using coderabbit