Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.06 KB

Let's Chat 💬

Let's Chat is a real-time chat application built with Node.js and socket.io.

🚀 Features (comming soon)

  • Real-time communication between users
  • User authentication
  • Group chat rooms
  • Emoji support
  • User-friendly interface

And a lot of other improvements !

💻 Installation

To install and run Let's Chat, you will need to install :

🕹️ Usage

To use Let's Chat, follow these steps:

  1. Clone the repository to your machine:
git clone https://github.com/Deo-Favente/Lets-Chat.git
  1. Navigate to the repository's directory:
cd Lets-Chat
  1. Install the required dependencies:
npm install socket.io
  1. Start the application:
npm start index.js
  1. Open your web browser and navigate to http://localhost:3000 to start chatting.

🤝 Contributions

Contributions to this project are welcome! If you would like to suggest a feature or report a bug, please open an issue on the repository's GitHub page.