A ReactJS web application where users can find places to eat or look for outdoor activities at their targeted location. It uses Yelp API to search for places and OpenWeatherMap API to get the real time wheather.
Clone the repo and install the dependencies.
git clone https://github.com/sophannaek/ifind.git
cd ifind/client
Use the package manager npm to install the dependency
npm install
To get the Yelp API Key, visit here
To get the OpenWeatherMap API, visit here