frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Francisco Javier Segura Saviñon - Platzi Master PR

Open Mengeroshi opened this issue 3 years ago • 0 comments

Documentation Steps taken to complete this challenge:

  • I Create a design based in the instructions in the Readme in Adobe XD from scractch: Web 1280 – 1

  • I wrote every component linked in App.jsx. To acomplish my design, I deleted About component and leave Header as a "self closing component". Then I created four extra components: Tile, Subtile, SubtileAcademic, and SkillPercent that are the elements repeated in every section as a item. Tile is the template for almost every section in the layout, Subtile is the template for every item in Experience section as well as SubtileAcademic in Academic Section. SkillPercent is used in Skills and Languages Section as a template item. All test passed at this moment, except getData.js test.

  • I wrote the css to acomplish the design.

  • I wrote the getData function to fetch data for the server. All test passed at this moment.

  • I used hooks to fetch the data from the server and then I conect every component with it's respective data iterating the props and calling the respective component . Just two of all test passed because I used map function to iterate the items in every section. I don't know why happend this. Please give a feedback

  • Finally I edited the data.json file to personalized the server with my data. I hope you are plassed with my work. @mengeroshi

Mengeroshi avatar May 14 '21 18:05 Mengeroshi