Feel free to fork this repository and use it as a reference or make improvements! Contributions are welcome.
- Fork the repository.
- Create a new branch:
git checkout -b <feature-branch-name>
. - Make your changes and commit:
git commit -m 'Added some feature'
. - Push to the branch:
git push origin <feature-branch-name>
. - Submit a pull request.