A social chat app
Fork the repository.
Create a new branch:
git checkout -b feature/your-feature-name
Make your changes and commit them:
git commit -m "Add your commit message"
Push your branch to GitHub:
git push origin feature/your-feature-name
Open a pull request on GitHub.