Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelisking authored Mar 13, 2024
1 parent 69d1ca9 commit 7f0a3c9
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Realtime Chat App with React.js, Node.js and ChatEngine.io
This is a Realtime Chat Application built with Node.js and powered by ChatEngine.io. It provides users with a seamless chatting experience in real-time, enabling communication between multiple users simultaneously.

## Features
- Real-time Messaging: Enjoy instant messaging with other users without any delays.
- User Authentication: Secure user authentication system to ensure privacy and data protection.
- Multiple Rooms: Users can create and join different chat rooms based on their interests or topics.
- Customizable Interface: Customize the look and feel of the chat interface to suit your preferences.
- Online Status Indicators: Easily identify when other users are online and available for chat.
- Message History: Access and review past messages within the chat interface.

## Technologies Used
- Node.js: Backend server environment for running the application.
- React.js: Frontend Javascript library for building web applications.
- Express.js: Web application framework for Node.js used for routing and handling HTTP requests.
- ChatEngine.io: Powering the real-time chat functionality with its robust features.
- HTML/CSS/JavaScript: Frontend technologies for building the user interface and adding interactivity.


## Getting Started

To get started with the Realtime Chat App:

- Clone this repository to your local machine.
- Install dependencies using npm install.
- Configure ChatEngine.io credentials.
- Run the application using npm start.
- Access the chat app through your browser at the specified URL.

## Contribution
Contributions are welcome! Feel free to open issues or pull requests for any improvements or new features you'd like to suggest.


## Acknowledgments
Huge thanks to ChatEngine.io for providing the powerful real-time chat functionality.
Inspiration and learning resources from various online tutorials and documentation.

0 comments on commit 7f0a3c9

Please sign in to comment.