An open API service indexing awesome lists of open source software.

https://github.com/signor1/chat-connect-v1

An interactive chat platform built with HTML, SASS, Javascript, AJAX, PHP, MySQL
https://github.com/signor1/chat-connect-v1

Last synced: 3 months ago
JSON representation

An interactive chat platform built with HTML, SASS, Javascript, AJAX, PHP, MySQL

Awesome Lists containing this project

README

          

# CHAT CONNECT v1
## Interactive chat platform

Chat Connect is an interactive chat WebApp that connects registered users.
It has signup and login authentication. After registration, new users are seen within the chat interface.

.
## WebFlow
Inputs recieved from the user is sent to the server through ajax.
So, both POST and GET method is handled by ajax, hence disabling page reload.

## Acknowledgements

- [CodingNepal](https://www.codingnepalweb.com/)

## Tech Stack

**Client:** HTML, SASS, JavaScript(AJAX)

**Server:** PHP, MySQL

## WebApp Link

[ChatConnect](https://omem.000webhostapp.com/)