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.
username: test
password: test123
- Real-time messaging
- User authentication
- Chat rooms
- Media sharing (images)
- Typing indicators
- Online status indicators
A live demo of the app can be found here.
To get a local copy up and running, follow these simple steps:
git clone https://github.com/jeanbuhendwa/chat-app
cd chat-app
Using npm:
npm install
Or using Yarn:
yarn install
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
.
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.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.