aweliego / ravenous

Yelp-like clone based on a Codecademy project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ravenous

This is a Codecademy project bootstrapped with Create React App and to which I'm adding new features.

API

The app utilises the Yelp Fusion REST API.

Project status & Roadmap

The design and main search functionality of this app was laid out by Codecademy in a guided project. Its purpose is to get a better hands-on understanding of React and REST API's, no more and no less. It's currently in development for extra features of my own.

Current features:

  • User can click the business' image to open the business' Yelp page
  • User can click the business' address to open its location in Google Maps (using the Maps API)
  • User can submit the search by pressing Enter as opossed to just clicking "Let's Go"

Features in progress:

  • User can select an autocomplete suggestion when typing a category or keyword
  • User can select an autocomplete suggestion when typing a business name

Upcoming features:

  • User can load results by clicking on a different sorting option (rather than having to manually click "Let's Go")
  • User can search businesses by price range

About

Yelp-like clone based on a Codecademy project


Languages

Language:JavaScript 57.3%Language:CSS 35.7%Language:HTML 7.0%