Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 2.09 KB

README.md

File metadata and controls

68 lines (36 loc) · 2.09 KB

Chat.php


GitHub top language GitHub commit activity repo size

phpchat

⚒️ Installation

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

📚 Deep overview

🔐 Login / Signup

The login/signup is done with JS (AJAX requests) + the PHP API, it's therefore dynamic

login.mp4

💬 Chat

The delete and update functions are done witj AJAX requests + the PHP API, it's also dynamic

chat.mp4

⚙️ Settings page

The settings page allows to delete your account, the password validation is also dynamic

settings.mp4

📈 Stats page

image

🔎 About page

image