Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.15 KB

README.md

File metadata and controls

76 lines (52 loc) · 1.15 KB

MERN CHAT APP 💬

This is the Chat + Game Application crafted with MERN Stack & Socket.

Live Demo →

CORE FEATURES

  • 🚀 Authentication
  • 🚀 Search Users
  • 🚀 One-One Chat
  • 🚀 Group Chat
  • 🚀 Rename Group Chat
  • 🚀 Add/Remove Users
  • 🚀 Notifications
  • 🚀 Real-Time Typing
  • 🚀 Video Chat (One - One)
  • 🚀 Canvas Drawing (MultiPlayer)
  • 🚀 TIC-TAC-TOE Game (One vs One)
  • 🚀 Type Race Game (MultiPlayer)

Onboarding and Games Screen

Demo Game

Canvas Drawing

Canvas Drawing

Tic-Tac-Toe Game

TicTacToe Game

Typing Race Game

TicTacToe Game

Run Locally

Clone the project

  git clone https://github.com/thutasann/mern-chat.git

Go to the project directory

  cd chat-app

Install dependencies

  cd frontend
  yarn install
  cd server
  yarn install

Start the server

  yarn dev

Start the Client

  cd frontend
  yarn start