Skip to content

Interactive webchat written in PHP/JS with AJAX

Notifications You must be signed in to change notification settings

NullBrunk/Chat.php

Repository files navigation

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

About

Interactive webchat written in PHP/JS with AJAX

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published