Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.38 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.38 KB

Nexus Chat

Screenshot 1

Nexus Chat is a web-based chat application developed using JavaScript for client-side functionality and MySQL and PHP for server-side operations.

Features

  • User authentication and registration
  • User search functionality
  • Real-time chat functionality
  • Persistent message storage in MySQL database
  • Responsive design for seamless usage across devices

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 3 Screenshot 3

Demo

Check out the live demo of Nexus Chat here.

Installation

To run the application locally:

  1. Clone this repository: git clone https://github.com/duskdev17/nexus-chat.git

  2. Set up your MySQL database and update the connection details in config.php.

  3. Start a local server or use a tool like XAMPP to serve the PHP files.

  4. Open index.html in your web browser.

Technologies Used

  • JavaScript
  • HTML
  • CSS
  • PHP
  • MySQL
  • AJAX
  • Other dependencies...

Contributing

Contributions are welcome! Feel free to submit pull requests or open issues if you encounter any bugs or have suggestions for improvements.

License

This project is licensed under the MIT License - see the LICENSE file for details.