Tip
There is a Dockerfile as well as a docker-compose file if you want to easely test this app.
git clone https://github.com/NullBrunk/Chat.php && cd Chat.php
docker-compose up --build
The login/signup is done with JS (AJAX requests) + the PHP API, it's therefore dynamic
login.mp4
The delete and update functions are done witj AJAX requests + the PHP API, it's also dynamic
chat.mp4
The settings page allows to delete your account, the password validation is also dynamic