8000 GitHub - nkokor/SweetTalk: Real-time chat application made with React, Node and Socket.io
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Real-time chat application made with React, Node and Socket.io

Notifications You must be signed in to change notification settings

nkokor/SweetTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

icon

💌 SweetTalk

SweetTalk is a JavaScript real-time chat web application with a React frontend and a Node backend. Socket.io was used to implement real-time message exchange.

Current features include:

  • joining an existing chatroom via its ID
  • creating a new chatroom
  • sending and receiving messages in real-time
  • leaving the current chat-room to join a different one

Features still in progress include:

  • viewing chatroom participants
  • private messaging chatroom participants
  • chat background personalization

App gallery

join
chat1
chat2

🔧 Instalation

Download the project or clone the repository by running the following command:

gh repo clone nkokor/SweetTalk

Backend

  1. Navigate to BE using the cd command, e.g.
cd Desktop/chat-app/backend
  1. Install the dependencies by running:
npm install
  1. Start the application using:
npm start

Frontend

  1. Navigate to FE using the cd command, e.g.
cd Desktop/chat-app/frontend
  1. Install the dependencies by running:
npm install
  1. Start the application using:
npm start

⚙ Requirements

Node, React

About

Real-time chat application made with React, Node and Socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0