Welcome to the official repository for our graduation project, University Email System! This project is developed as part of our final requirement for the Bachelor of Computer Science at Hurghada University. Our project focuses on making communication between university employees, teachers, professors, .. much much easier.
We welcome contributions from the community! To contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeatureName
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeatureName
). - Open a pull request.