Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 2.93 KB

README.md

File metadata and controls

85 lines (56 loc) · 2.93 KB

Conversify - Your Go-To Chat Application!

Conversify Screenshot 1

Conversify Screenshot 2

Conversify Screenshot 3

Conversify Screenshot 4

Conversify Screenshot 5

Conversify Screenshot 6

Conversify Screenshot 7

Conversify Screenshot 8

Conversify Screenshot 9

Conversify Screenshot 10

🌐 Explore Conversify live here

Conversify is a feature-rich chat application designed for seamless communication experiences. With real-time messaging, group conversations, customizable themes, and Google authentication, Conversify offers a dynamic platform for enhanced connectivity and personal growth. Join the conversation today! 💬✨

🌟 Features

  • Real-time Messaging: Powered by Pusher for instant communication.
  • 👥 Group Conversations: Stay connected with your groups.
  • 🎨 Customizable Themes: Switch between dark and light modes to suit your style.
  • 🖋️ Profile Editability: Personalize your profile with ease.
  • 🔒 Google Authentication: Added convenience and security for sign-ins.

💻 Technologies Used

🖥️ Frontend:

  • 🚀 Next.js
  • 🛠️ Redux: For efficient state management.
  • 📂 Cloudinary: Simplifying media management.

⚙️ Backend:

  • 🌟 Node.js
  • 📡 Express.js
  • 🗄️ MongoDB: Reliable database management.

Installation

  1. Clone the repository:
git clone https://github.com/Sourav-Goyal19/Conversify.git
  1. Install dependencies:
cd Conversify
cd client 
npm install
cd Conversify
cd server 
npm install
  1. Start the frontend and backend servers:
  • Start frontend server
npm run dev
  • Start backend server
npm start
  1. Access the application locally via http://localhost:3000/

Live Demo

Explore Conversify live here