
---

### **Step 6: Add a License**
Choose a license (e.g., MIT) and add it to the `LICENSE` file. You can generate one from [choosealicense.com](https://choosealicense.com/).

---

### **Step 7: Publish to GitHub**
1. Create a new repository on GitHub.
2. Push your code to the repository:

```bash
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/Moataz0000/egyptian-phone-validator
git push -u origin main