What I learned
The mission: create a website for a gym that includes a Body Mass Index (BMI) calculator and user registration functions.
Adopted a modern web architecture using HTML, CSS, and JavaScript for the frontend. The BMI calculator was implemented with JavaScript to perform calculations in the user's browser.
Used the Model-View-Controller (MVC) design pattern to organize the code, allowing for clear separation of responsibilities and facilitating maintenance and scalability of the application.