Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whispr

Whispr is a minimal and clean real-time chat application that allows users to send and receive messages instantly. Built with modern web technologies, Whispr focuses on simplicity and a smooth user experience.

🚀 Live Demo: https://whispr-kh7r.onrender.com


🧩 Features

  • 💬 Real-time text messaging
  • 👤 User-friendly and clean interface
  • ⚡ Fast and responsive
  • 📱 Mobile-friendly design

Currently, Whispr supports only basic text-based chatting. Features like video calling, voice messages, or speech recognition are not available yet.


🛠️ Tech Stack

  • Frontend: HTML, CSS, JavaScript, React
  • Backend: Node.js, Express
  • Real-Time Communication: Socket.IO
  • Deployment: Render

📦 Installation

1. Clone the Repository

  ```bash
      git clone https://github.com/Avinashrkrk/Whispr.git
      cd Whispr

2. Install Dependencies

  ```bash
    npm run build

3. Run the App

  ```bash
  npm run start

4. Start the Frontend

```bash
cd ../frontend 
npm run dev

Visit http://localhost:5000 in your browser to use the app locally.

📂 Project Structure

```bash
Whispr/
├── frontend /          # React frontend
│   └── ...          
├── backend/          # Node.js + Express backend with Socket.IO
│   └── ...
└── README.md

📌 Future Plans

  • 🧠 Add speech-to-text using Whisper AI

  • 📹 Integrate video calling with WebRTC

  • 🔒 Improve user authentication

  • 🌐 Add support for multiple chat rooms or channels

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages