Skip to content

Avinashrkrk/Whispr

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages