Skip to content

A simple, real-time chat application built with React, offering seamless communication with a modern, responsive UI. 🤖💻

License

Notifications You must be signed in to change notification settings

jeanbuhendwa/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WTchat App

Welcome to WT-Chat! This project is built using React.js and Chat Engine to provide a real-time messaging platform. Below you'll find detailed information about the project, how to set it up, and how to contribute.

Table of Contents

Features

  • Real-time messaging
  • User authentication
  • Chat rooms
  • Media sharing (images)
  • Typing indicators
  • Online status indicators

Demo

A live demo of the app can be found here.

Installation

To get a local copy up and running, follow these simple steps:

Prerequisites

Clone the Repository

git clone https://github.com/jeanbuhendwa/chat-app
cd chat-app

Install Dependencies

Using npm:

npm install

Or using Yarn:

yarn install

Usage

Running the App

To start the development server, run:

Using npm:

npm start

Or using Yarn:

yarn start

This will launch the app in your default web browser. You should see your chat app running at http://localhost:3000.

Building the App

To create a production build, run:

Using npm:

npm run build

Or using Yarn:

yarn build

This will create an optimized build of the app in the build directory.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

A simple, real-time chat application built with React, offering seamless communication with a modern, responsive UI. 🤖💻

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages