Skip to content

A minimal real-time chat application built using React, Socket.IO, and Node.js.

Notifications You must be signed in to change notification settings

RisHexx/MernChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Whisper

A Real-time chat app built with React + Node + Socket.IO.

Snippy App Screenshot


⚡ Features

  • Real-time chat using Socket.IO
  • Temporary chat rooms
  • Room expiration timer
  • Destroy room option

🧱 Tech Stack

  • React (Vite)
  • JavaScript
  • Tailwind CSS
  • Node.js
  • Socket.IO

🚀 Run Locally

Backend

cd server
npm install
node index.js

Frontend

cd client
npm install
npm run dev

🖤 Philosophy

Minimal. Temporary. Private. Nothing lasts — that’s the point.


About

A minimal real-time chat application built using React, Socket.IO, and Node.js.

Topics

Resources

Stars

Watchers

Forks