This repository contains the source code for a Chat Application developed as part of a university project. The application allows users to communicate in real-time through a clean and intuitive interface.
- User Registration: New users can create an account by signing up.
- User Authentication: Existing users can sign in with their credentials.
- Real-Time Messaging: Users can send and receive messages instantly.
- Responsive Design: The application is designed to work seamlessly on various devices.
- Sign Up: New users are required to sign up by providing basic details.
- Sign In: Once registered, users can sign in to access the chat interface.
- Chat: After signing in, users can start sending messages to other users in real-time.
-
PHP: Backend logic and user authentication.
-
MySQL: Database for storing user information and chat messages.
-
JavaScript: Client-side scripting for dynamic interaction.
-
HTML5 & CSS3: Structure and styling of the web pages.
- Clone or download the repository.
- Set up a local server using XAMPP or WAMP.
- Import the provided SQL file into your MySQL database.
- Configure the database connection in the
config.phpfile. - Launch the project by opening
index.phpin your browser.
- Adding support for group chats.
- Implementing message encryption for better privacy.
- Improving the UI with modern design elements.
This project is licensed under the MIT License - see the LICENSE file for details.
