ChatWhizz | A Real Time Chat Application Powered by Next.js, Pusher
Include Group chats and one-on-one messaging , real time notification , profile management .
View Demo
.
Report Bug
.
Request Feature
- 🔒 Authentication + Google/Github Auth With NextAuth
- 🎉 Creating and managing chat rooms and channels
- 📱 Real-time messaging using Pusher
- 📨 Group chats and one-on-one messaging
- 📌 Message notifications and alerts
- 🌐 Online/offline user status
- 👤 User profile customization and settings
- 🎁 Send attachments & Images as messages using Cloudinary
- 🧨 Delete & Edit messages in real time for all users
- 🎨 Theme Toggler (Light /Dark mode)
- 🚀 Optimized SEO and Performance: The project is optimized for SEO and performance using the latest Next.js features and best practices for meta tags and Next/Image && site maps.
- 🎊 Responsive Design
First, run the development server:
-
Clone or Fork the repo
git clone https://github.com/issam-seghir/discord-clone.git cd ./your_project
-
Install Dependencies
npm install
-
rename
.env.example
file to.env
-
Start the server
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.