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
- Host: GitHub
- URL: https://github.com/signor1/chat-connect-v1
- Owner: Signor1
- Created: 2022-08-17T15:57:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T16:51:06.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T04:12:24.498Z (over 1 year ago)
- Language: SCSS
- Size: 1.08 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)