Welcome to Emoji Chat App build in MERN stack! This repository hosts both the backend and frontend code for Emoji Chat application, designed to help users communicate in real time.
Features
- Real time messaging : Instant communication with Websocket-powered updates.
- Emoji Support: Add fun and emotions to your chats with emojis
- Modern UI: A Sleek and responsive interface built with React and Material UI
Project Structure:
frontend
React frontend with Vitebackend
Nodejs backend with Socket.io
Running Project Locally
- from root
cd backend
>npm i
to install packages for backend cd ../frontend
>npm i
to install packages for frontend.cd ../backend
>npm run dev
to start both backend and frontend server at one go.- Navigate to
localhost:5173
to access to frontend.
Package that made this possible : concurrently