From 23d6bff34d600116b281e99406c95ee4f40f31f4 Mon Sep 17 00:00:00 2001 From: hereskira Date: Sun, 4 Aug 2024 22:16:33 +0800 Subject: [PATCH] Add README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e6b43b --- /dev/null +++ b/README.md @@ -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)