Skip to content

ashkangl/Real-time-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a real-time chat application built with Node.js, Express.js, React.js, and Tailwind CSS. The app allows users to communicate in real-time with features like instant messaging, user authentication, and responsive design.

Features

• Real-time messaging with Socket.IO

• User authentication with JWT

• Responsive design with Tailwind CSS

• RESTful API with Express.js

• Modern front-end with React.js

Demo

Watch the video

Installation

  1. Clone the repository:
git clone [https://github.com/your-username/your-repo-name.git](https://github.com/ashkangl/Real-time-chat-app.git)

1. 
Navigate to the project directory:

cd your-repo-name

1. Install dependencies for the server:

cd server
npm install

1. Install dependencies for the client:

npm install

1. Build the React app:
npm run build

1. Start the server:

cd ./server
node index.js

Usage
•  Open your browser and navigate to http://localhost:3000 to use the chat app.

Contributing
Contributions are welcome! Please fork the repository and submit a pull request.

License
This project is licensed under the MIT License.

Contact
For any questions or feedback, please contact ashkan72golzad@gmail.com

About

This is a real-time chat application built with Node.js, Express.js, React.js, and Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors