This project is a research app developed with React.
For the moment you can research all the place you want (like dentist, restaurant, Museum ...) in all the cities that's you want.
The results will be displayed by 'Best Match', 'Highest Rated' & 'Most reviewed'. Search results are obtained via the Yelp API ( Many Thanks). In the near future, other APIs will complete the project.
To make this project yours, just do :
git clone https://github.com/JulieAlary/best-place-finder.git
After go to => Create quickly a developer account in Yelp in order to get you an api key.
Then copy past your own api key in the const apiKey
located on the top of src/util/YelpClient.js
file.
And finally run in your terminal :
npm install
yarn build
npm start => to run the internal server