Are we lacking any of your favorite features, which you believe you can add If yes, We welcome you to aid to this project and make it better. Follow the steps mentioned below:
discuss what solution you wanted to provide on the project
git clone https://github.com/devfaoed/careConnect.git
cd careConnect
git checkout -b YourBranchName
1. git add .
2. git commit -m "<your_commit_message>"
3. Push your local commits to the remote repo:
4. git push origin YourBranchName
git checkout main