/ChatWebApp

Primary LanguageTypeScript

Socket.io Chat Web Application

React Tailwind CSS Socket.io express.js

Overview

This is a simple chat web application built with React.js using TypeScript for the front end and Node.js using Socket.io for the backend. It allows users to engage in real-time chat with each other.

Live Demo

Features

  • Real-time messaging: Users can send and receive messages instantly without page reloads.
  • Multiple chat rooms: Users can create or join different chat rooms for discussions on various topics.

Setup Instructions

Clone the repository:

git clone https://github.com/KhaledGharib/ChatWepApp.git

Frontend

  1. Navigate to the client directory: cd client
  2. Install dependencies: npm install
  3. Start npm run dev

Backend

  1. Navigate to the server directory: cd server
  2. Install dependencies: npm install
  3. Start npm run dev

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.