Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 902 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 902 Bytes

ifind

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.

Common Setup

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

Yelp API

To get the Yelp API Key, visit here

OpenWeatherMap API

To get the OpenWeatherMap API, visit here

Snapshots of the Application

Homepage Homepage

Query page: Food Query Page

Query page: Hiking Place Query Page