This document summarizes the development of a Fitness 365 web portal. It includes developing the client side with general account settings forms, validation, and connecting it to the server side database. The client side is created with HTML, CSS, JavaScript and Bootstrap for compatibility across devices. AJAX is used to connect the client forms to backend functions that interface with the SQL database, performing actions like updating username. Appropriate validations and encryption algorithms are also implemented.