Skip to content

IbrahimIF/FS-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Full-Stack Chat-App

Project Status

Static Badge

Description:

Simple Full-stack Chat App created with React and Socket.io, following a tutorial made by Code-With-Syket to learn about socket.io.

This project is currently live and running on vercel.


Getting started:

To run this project locally, you'll need to have Node.js and npm installed on your computer. Once you have these installed, follow these steps:

1. Clone the repository:

> git clone <repository-url>

2. Navigate to both the client and server project directory using the command line.

3. Install dependencies:

> npm install

4. Start the react development server:

> npm start

5. Open your web browser and navigate to http://localhost:3000 (or the port shown in the terminal) to view the project.


Demo:

Below is the project link, currently live on Vercel:

Simple-Chat-Room.


Features:

This project includes:

  • Sending & receiving Real-time message display: Users can send Messages, Messages would appear instantly in the other users chat window.
  • One way system: The sender cannot view their own message however can view others.
  • Join Rooms: Users can join different rooms for private messaging.

Technologies and Tools Utilised:

My Skills


Acknowledgment:


About

Simple Full-stack Chat App created with React and Socket.io, following a tutorial made by Code-With-Syket to learn about socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors