/NexTalk

Primary LanguageJavaScript

NexTalk

Click here to use

A real-time chat application where users can create rooms and chat among themselves.

Tools and Technologies: HTML, CSS, JavaScript, Node.js, Express.js and Socket.IO

Features

  • Users can create chat rooms.
  • Real-time messaging within rooms.
  • Responsive design for various screen sizes.
  • User-friendly interface.

Installation

  1. Clone this repository to your local machine using:

    git clone https://github.com/Madhumitamoi/NexTalk.git
  2. Navigate to the project directory:

    cd real-time-chat-app
  3. Install the Node.js dependencies:

    npm install

Usage

  1. Start the server:

    npm start
  2. Open your web browser and visit http://localhost:3000 to access the chat application.

  3. Create a new room, share the room link with friends, and start chatting in real-time!

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Node.js
  • Express.js
  • Socket.IO

Directory Structure

real-time-chat-app/
├── public/
│   ├── index.html
│   ├── styles.css
├── src/
│   ├── server.js
├── node_modules/
├── package.json
├── README.md

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to submit a pull request.

License

This project is licensed under the MIT License.