Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hereskira committed Aug 4, 2024
1 parent 97cffd2 commit 23d6bff
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# **ReactJS NodeJS Chat Application**

## **Description**

This repository contains the source code and project files for a chat application built with ReactJS and NodeJS. The project is based on the tutorial available at [this YouTube link](https://youtu.be/Fzv-rgwcFKk?si=_n081xsXYve68Q2B) and utilizes the ChatEngine.io service to handle chat functionalities.

## **Technologies Used**

- **ReactJS**: Frontend framework used for building the user interface.
- **NodeJS**: Backend runtime environment used for handling server-side logic.
- **ChatEngine.io**: Real-time chat service used for managing chat rooms, users, and messages.

## **API Information**

- The chat functionalities are powered by the API provided by ChatEngine.io, accessible at [rest.chatengine.io](https://rest.chatengine.io).

## **Blog Guide**

- For a detailed guide on setting up and working with this chat application, you can refer to the following blog post: [Fullstack Chat with NodeJS and ReactJS](https://blog.chatengine.io/fullstack-chat/nodejs-reactjs).

## **UI Kits**

- The user interface is built using the following UI kits:
- [React Chat Engine Advanced](https://www.npmjs.com/package/react-chat-engine-advanced)
- [React Chat Engine Pretty](https://www.npmjs.com/package/react-chat-engine-pretty)

0 comments on commit 23d6bff

Please sign in to comment.