Skip to content

shadab19it/multilang-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Language Chat App

Image 1 Image 2
Image 3 Image 4

The Multilang Chat App is a real-time chat application that supports multiple languages. It consists of two main components:

  1. Client: A React application responsible for the user interface.
  2. Server: A Node.js application handling backend logic and communication.

Client

Setup

  1. Navigate to the client directory:

    cd client
  2. Install dependencies:

    npm install

Start Command

To run the React app locally:

npm dev

Server

  1. Navigate to the server directory:

    cd server
  2. Install dependencies:

    npm install

Start Command

To run the React app locally:

npm dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published