Margaridagdias / Portfolio-Margarida-Dias

0 stars 0 forks source link

Extract common HTML into components #1

Open vitorhugo13 opened 3 years ago

vitorhugo13 commented 3 years ago

Extract portions of repeated code into reusable components, this way the code is more readable and cleaner.

For example, in the Education.js file, there is qualification__data repeated in several places that could be a single component.

vitorhugo13 commented 3 years ago

The same applies here.