This project is basically a sample of all the projects I have already carried out (portfolio).
[![project][PROJECT__BADGE]][PROJECT__URL]
Here you describe how to run your project locally
Here you list all prerequisites necessary for running your project. For example:
Here you can list the main routes of your API, and what are their expected request bodies.
route | description |
---|---|
/ | home page |
/portfolio | page that contains all projects |
/contato | page that contains all social media |
Higor Zica |
Here you will explain how other developers can contribute to your project. For example, explaining how can create their branches, which patterns to follow and how to open an pull request
git clone https://github.com/HigorZicaDev/text-editor.git
git checkout -b feature/NAME
- Follow commit patterns
- Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!