Back to all Bounties
Earn 4,050 ($40.50)
due 2 years ago
Completed
Simple react component that displays google rating and renders a list of recent reviews based on the google place_id
JSR2
Details
Applications
7
Discussion
This Bounty has been completed!
@JSR2's review of @nandjeerai“Nice work Nand Jee. Looking forward to collaborating more in the future :)”
5.0
Communication 5/5, Quality 5/5, Timeliness 5/5Bounty Description
Problem Description
I would like to create a new react component that displays google rating for a specifiied place_id and renders a list of recent reviews including reviewer name, date, score, review description. This data will need to be fetched based on a google place_id which i will provide.
This component is super simple and will be added as a new accordian item on a category page for each location. See ex. https://www.caringco.com.au/locations/mosman
Acceptance Criteria
- I will share access to my replit project for you to submit a PR
- Google review data doesn't need to be live e.g. can just be fetched once and then should be stored in a json file
- Google review data should include overall rating and number of reviews for the place_id as well as reviewer name, review description, review score and review date for each review within that place id
- Google review data should be added to the accordion menu within the existing centre component