Skip to content

bhargav-yarlagadda/Talk-Space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Chat Application

Overview

This is a real-time chat application built with React, Socket.IO, and Express. Users can join a chat room, send and receive messages in real-time, and see a list of participants. The application supports basic chat functionalities and is styled with Tailwind CSS.

Features

  • Real-time messaging
  • Join and leave chat rooms
  • Display list of users in the room
  • Responsive design for desktop and mobile

Technologies Used

  • Frontend:

    • React
    • React Router
    • Tailwind CSS
    • Socket.IO Client
  • Backend:

    • Node.js
    • Express
    • Socket.IO Server

Getting Started

Prerequisites

Make sure you have the following installed on your local machine:

Installation

  1. Clone the repository:

    git clone https://github.com/bhargav-yarlagadda/Talk-Space
    cd Talk-Space
    

Server Setup

  1. Set the server

    cd server
    npm install
    npm start
    
    

Client Setup

  1. Set the Client

    cd client
    npm install
    npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published