https://github.com/thutasann/mern-chat
MERN Chat + MultiPlayer Game App using React, Socket.io
https://github.com/thutasann/mern-chat
mern-stack peerjs redux-toolkit socket-io tailwindcss webrtc
Last synced: about 1 month ago
JSON representation
MERN Chat + MultiPlayer Game App using React, Socket.io
- Host: GitHub
- URL: https://github.com/thutasann/mern-chat
- Owner: thutasann
- Created: 2023-03-13T04:36:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T08:33:24.000Z (about 2 years ago)
- Last Synced: 2025-04-02T09:44:37.726Z (about 2 months ago)
- Topics: mern-stack, peerjs, redux-toolkit, socket-io, tailwindcss, webrtc
- Language: TypeScript
- Homepage: https://mern-t-chat.vercel.app
- Size: 8.12 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN CHAT APP 💬
This is the Chat + Game Application crafted with MERN Stack & Socket.
[**Live Demo →**](https://mern-t-chat.vercel.app/)
## 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
|  |  |
| ------------------------- | ------------------------- |## Canvas Drawing

## Tic-Tac-Toe Game

## Typing Race Game

## Run Locally
Clone the project
```bash
git clone https://github.com/thutasann/mern-chat.git
```Go to the project directory
```bash
cd chat-app
```Install dependencies
```bash
cd frontend
yarn install
``````bash
cd server
yarn install
```Start the server
```bash
yarn dev
```Start the Client
```bash
cd frontend
yarn start
```