/100xRepo

Assignment and task during the course

Primary LanguageJavaScript

Simple Chat app built

View the Deployed App on Render => https://chat-app-100x.onrender.com

Basic Setup

Express.js for the server, Socket.io for real-time communication, and plain HTML, CSS, and JavaScript for the front end.

# Clone the git repo and cd into it
npm install # installs the dependencies
node server.js # Starts the server

#Feature's:

Emoji search

the following words with be replaced with emojis:

{
  "react": "⚛️",
  "woah": "😮",
  "hey": "👋",
  "lol": "😂",
  "like": "❤️",
  "congratulations": "🎉"
}

Slash Command like Slack

/help -> list of Available Commands
/rem <key> <value> -> remember things
/calc a*b -> Perform arithmetic operations
/clear - clear the chat's
/reload 

Contact's and Online user's will updated in real time.