Innovateninjas / Paws-frontend

A fast responsive webapp that allows you to report injured stray animals to the nearest NGOs.
https://pawss.vercel.app
GNU General Public License v3.0
60 stars 99 forks source link

Added Nearest NGO Info in Success Page #318

Closed vasundhara943 closed 4 months ago

vasundhara943 commented 4 months ago

Description Added a section which displays name and contact numbers of 3 nearest NGOs on the 'successPage' which is displayed after a user makes a successful report.

Related Issue Addresses issue #244

Screenshot image

Checklist:

Additional Notes Only dummy data has been used here for now as there are no endpoints to get the accurate sorted data. The data is fetched from a constant value defined in the same function.

rishicds commented 4 months ago

Good work @vasundhara943

vasundhara943 commented 4 months ago

thank you sir!