(BMI Calculator Project):
Day 1:
Designed the BMI Calculator layout using HTML and CSS and created input fields for height and weight.
Day 2:
Added JavaScript logic to calculate BMI and display the result with BMI category (underweight, normal, overweight). Tested and fixed small bugs.