- Data is taken from Data.js in src folder and is destructured to display image, name, job and text.
- Two icons are added to show next and previous person review.
- A button "Surprise Me" is created to randomly select and display any person's review.
- This project is flexible, i.e., by adding other reviews in the Data.js folder, functionality of this project will remain same.
Go to link https://react-icons.github.io/react-icons
Or install using terminal by running "npm install react-icons --save" inside the react project.
In this project, FaChevronLeft, FaChevronRight, and FaQuoteRight icons are used.