https://github.com/alanbsmith/yelp_client
a basic yelp client built in react
https://github.com/alanbsmith/yelp_client
Last synced: over 1 year ago
JSON representation
a basic yelp client built in react
- Host: GitHub
- URL: https://github.com/alanbsmith/yelp_client
- Owner: alanbsmith
- Created: 2015-07-31T00:12:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T19:13:27.000Z (almost 11 years ago)
- Last Synced: 2024-10-19T18:31:41.253Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yelp-Client
### DESCRIPTION
This is only a client application. It's designed to work with [this Rails API](https://github.com/alanbsmith/rails_yelp_api) for getting information from Yelp.
_BUT WAIT? COULDN'T IT JUST DO THAT ON ITS OWN?_
Yes. It could. But my goal was to learn to build a react client that sends and receives data from an API. The Rails API is currently hardwired to search for results in Boulder, CO. Hopefully the next iteration will add that functionality.
### UP AND RUNNING
- clone the repo
- clone the [Rails API repo](https://github.com/alanbsmith/rails_yelp_api) and follow the up and running instructions for it.
- once your API is fired up, open the index page of the client app with Firefox.
- you can do that last step (from the directory) with this line `open public/index.html -a firefox`
### THINGS TO BE DONE
- set up gulp tasks for compiling assets and deployment
- DEPLOY!
- add search by city and category
- maps!
- authentication might be interesting