Weight Tracker is a web-based application designed to help you track your weight on a daily basis and calculate the monthly average. By monitoring your weight regularly, you can stay informed about your progress and make adjustments to your diet and exercise routine as needed.
Technical Implementation:
-
Frontend Development: Utilizing HTML, CSS, and Bootstrap to create a user-friendly interface for logging weight entries and viewing statistics.
-
Backend Development: Utilizing Python with Flask for the backend logic. Handle user authentication, weight data storage, and calculation of monthly averages.
-
Database Management: Utilizing SQLite for storing weight entries and related data.
