This project is a simple web application that allows users to compose and send WhatsApp messages directly through a web interface.
- Send messages on WhatsApp with ease.
- Customize message styles (bold, italic, monospace, strikethrough).
- Validation for recipient's WhatsApp number and message content.
- Enter the recipient's WhatsApp number.
- Choose the text style (optional).
- Compose your message.
- Click the "Send" button to open WhatsApp with the pre-filled message.
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a pull request explaining your changes.
Feel free to contribute or report issues! If you encounter any problems or have suggestions, please submit an issue.