(Disclaimer: This project is for educational and entertainment purposes only. It is not affiliated with WhatsApp Inc.)
This project is a WhatsApp Fake Clone designed for practice and experimenting with front-end and back-end features. Whether you're here to learn, explore, or just have fun, this repository can serve as a foundation for chat-based applications.
- 💬 Chat Interface: Simulates the WhatsApp interface.
- 🎨 Customizable Themes: Modify dark mode or other UI elements.
- 🗃 Database Connectivity: Stores and retrieves messages with a database.
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/FANNYMU/gabut.git Navigate to the project directory:
cd gabut
Install dependencies (if applicable):
npm install
Start the application:
npm start
📂 Project Structure
gabut/ ├── src/ # Main source code ├── public/ # Static files ├── components/ # React components (if using React) ├── styles/ # CSS or Tailwind styles └── README.md # Project documentation
📜 Documentation
For a detailed guide on how to use the project, check out the Docs. 🚀 Future Updates
Planned features include:
Adding group chat functionality.
Improved UI/UX based on WhatsApp themes.
User authentication using JWT.
🙏 Acknowledgements
Special thanks to all contributors and open-source libraries that made this project possible.
This project is purely for educational purposes. Any resemblance to WhatsApp is coincidental, and this project is not affiliated with or endorsed by WhatsApp Inc.
Feel free to fork and contribute! 😊