Technologies | How to contribute | License
This project was developed with the following technologies:
- HTML
- CSS
- Javascript
- Fork this repository;
- Create a branch with your feature:
git checkout -b <i>minha-feature</i>
; - Commit your changes:
git commit -m 'feat: Minha nova feature'
; - Push to your branch:
git push origin minha-feature
.
After merging your receipt request to done, you can delete a branch from yours.
This project is under the MIT license.