Close rules
"Cabinet on JavaScript" is an application written in "JavaScript ES6" and "Php" that
uses the server-side development environment "OpenServer" and the "Materialize"
framework to style the application. . It is an opportunity for a user to register in the
system or log in and enter his personal account. In his personal account, he can always
change his personal data or log out of it.
This application has a "front-end" and "back-end" part and works through "ajax
requests". The operation of the application looks like this: the user enters his data
into the form, confirms the entered data, the data is sent to the server in the
database, and with further authorization, the user enters his personal account.
In the personal account for an authorized user, his personal data are loaded from the
database and displayed in the appropriate fields. When the user's personal data changes,
the updated data is also sent to the server in the database, and when you re-enter your
personal account, the new personal data of the user that he changed is loaded.
Also, the user can log out from the personal account and then the username and password
will have to be entered again. This application actively used "cookies" to interact with
the personal account, as well as to update its data