Confab is a chat room application that allows users to create chat rooms and engage in real-time conversations. Users can simply pick a username and start chatting with others. The application is built using PHP, jQuery, and various frontend technologies.
- User-friendly Interface: Confab provides a clean and intuitive interface for a seamless chatting experience.
- Real-time Communication: Users can engage in real-time conversations, allowing for quick and dynamic interactions.
- Chat Room Creation: Users have the ability to create their own chat rooms for specific discussions or topics.
- URL Sharing: To invite others to join a chat room, users can simply share the unique URL of the room.
- Anonymous Chatting: Users can choose to remain anonymous by selecting a username without any registration or login requirements.
- Responsive Design: Confab is designed to work flawlessly across different devices and screen sizes.
- PHP: The backend of Confab is built using PHP, a popular server-side scripting language.
- jQuery: jQuery is used to enhance the frontend functionality and provide interactive features.
- HTML5: The application utilizes the latest HTML5 standards for structuring the web pages.
- CSS3: CSS3 is used for styling the application, ensuring an attractive and visually appealing user interface.
- JavaScript: JavaScript is used for client-side scripting and to enhance the overall user experience.
To set up Confab locally, follow these steps:
- Clone the repository:
git clone https://github.com/ayush23719/confab.git - Navigate to the project directory:
cd confab - Set up a local server environment (e.g., using XAMPP, WAMP, or MAMP).
- Copy the project files to the appropriate directory of your local server.
- Access the application in your browser by visiting
http://localhost/confab
Contributions to Confab are welcome! If you want to contribute to this project, please follow these steps:
- Fork this repository.
- Create a new branch:
git checkout -b my-new-feature - Make your changes and commit them:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request.
Confab is released under the MIT License. You are free to use, modify, and distribute this project.
If you have any questions, suggestions, or feedback, please feel free to contact the project maintainer at ayush23719@gmail.com.
Thank you for your interest in Confab! We hope you enjoy using the application and find it useful for your chat room needs. Happy chatting!