Welcome to the WhatsApp Clone project! This student endeavor brings the essence of WhatsApp Web to life, emphasizing functionality over profit.
Current Version: Beta v0.1
- Membership System
- Messaging Support
- Name, Avatar, and Status Changing System
- All Users Listing System
- Email, Phone, and Password Changing Support
- Account Disable and Delete Support
- Member Search Directory Support
- Support for Listing Latest Messages
- Message Search Support
-
Open your terminal and run:
npm install
-
Create a .env file in your project and add your Firebase Configs:
VITE_FIREBASE_API_KEY=your_config VITE_FIREBASE_AUTH_DOMAIN=your_config VITE_FIREBASE_PROJECT_ID=your_config VITE_FIREBASE_STORAGE_BUCKET=your_config VITE_FIREBASE_MESSAGING_SENDER_ID=your_config VITE_FIREBASE_APP_ID=1:your_config VITE_FIREBASE_MEASUREMENT_ID=your_config VITE_FIREBASE_DATABASE_URL=your_config
-
Once your .env file is set up, run the project with:
npm run dev
Explore and enjoy the WhatsApp Clone experience! Feel free to contribute and make this project even better.