Skip to content

mrjha4050/React-Chat-Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReactChatPro

Welcome to ReactChatPro, a real-time chat application built with ChatEngine.io and Axios in React. This project aims to provide users with a seamless messaging experience, leveraging the power of React for a modern and responsive user interface.

Built with

Getting Started

Follow these steps to set up and run ReactChatPro on your local machine.

Prerequisites

Make sure you have the following tools installed on your system:

  • Node.js: Download and Install Node.js
  • npm (Node Package Manager): Included with Node.js installation

Installation

  1. Clone the repository to your local machine:
  2. git clone https://github.com/your-username/ReactChatPro.git
    
  3. Navigate to the project directory:
  4. cd ReactChatPro
    
  5. Install project dependencies using npm:
  6. npm install
    

Configuration

  1. Obtain ChatEngine.io API keys by signing up at ChatEngine.io.
  2. Create a .env file in the project root and add your API keys:
REACT_APP_CHAT_ENGINE_PROJECT_ID=your-project-id
REACT_APP_CHAT_ENGINE_PRIVATE_KEY=your-private-key

Run the Application

After completing the installation and configuration, run the following command to start the development server:

note : you have to start backened and frontend both seprately , for starting backend server you have to use below command

npm start

note : for starting frontend server you have to use below command

npm run-dev

Visit http://localhost:3000 in your web browser to access ReactChatPro.

Contributing

We welcome contributions! If you'd like to contribute to ReactChatPro, please follow our contribution guidelines.

License

This project is licensed under the MIT License.

About

The React framework is used in a chat app, combining ChatEngine.io and Axios for efficient data fetching and a user-friendly interface for seamless interactions and collaboration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors