Calorie Calculator Web Application is to record and estimate the number of calories a user consumes and burns daily. The user can set the target of calories for the day. By inputing details of food consumed and exercise done by the user, the application thus generates an analysis of the total calories consumed and total calories burned, thus providing the user with a report of how many calories are left from the target. This helps the user to keep a track on their eating habits and exercise routines to maintain their health.
FRONTEND
- HTML
- CSS
- Bootstrap
BACKEND
- Django/Python
- MySQL
Register Page | Login Page | Set Calorie Target | Add Food Item |
---|---|---|---|
Food Item Analysis | Add Exercise | Exercise Analysis | Final Report |