frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Platzi Master Challenge solution- Fernando Alvarado

Open Fernando-Alvarado opened this issue 3 years ago • 0 comments

Challenges and their resolutions


  1. Create the project components

The components were created with React using the schedule proposed in the fork, and they implement Props (working with getData function and my API), UseEffect and UseState, they where planed in oder to overcome the test.

  1. Add styles

The styles were implemented with Bootstrap and also inline styling was used whenever was necessary.

  1. Create getData.js function

The components use the getData function which makes use of the fetch function and asynchronism.

  1. Integrating API

The API is deployed by executing npm run server.

  1. Custom API

The API was customized by adding my own information and my curriculum.


Results


WhatsApp Image 2021-05-23 at 4 28 29 PM

Fernando-Alvarado avatar May 23 '21 21:05 Fernando-Alvarado