Scheduling application for barbershop, has a back-end (API) Node.js built with DDD and TDD, with a Front-end developed with the React.js library using good practices and tests with the jest library and also a mobile version developed with React Native.
Fork the back-end, front-end or mobile repository
# clone your fork
$ git clone url-do-seu-fork
# Create a branch with your feature or bug fix
$ git checkout -b minha-branch
# Commit your changes
$ git commit -m 'feature/bugfix: minhas alterações'
# Push to your branch
$ git push origin minha-branch
Once your pull request has been merged, you can delete your branch.