Skip to content

Rema04Dev/chat-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tests and linter status:

Actions Status

Chat-JS

Description

This app is a simplified version of Slack chat.

Key Features:

User Registration: Create a new account with a unique username and password.
Secure Login: Access the chat system using a registered username and password.
Channel Management: Create, delete, and rename channels for organizing discussions.
Real-time Messaging: Send and receive messages in the chat interface in real time.
Profanity Filter: Automatically filter out inappropriate language to promote a positive and respectful chat environment.


Requirements

Node.js version v.18.12.1 or later

Setup

# clone this repository (ssh)
git clone git@github.com:Rema04Dev/chat-js.git
# install dependencies
make install
# run locally
make start

App will be started on localhost:3000