Skip to content

andyfrith/yelp-restaurants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurants

yelp-restaurants

This demo is a minimal React Typescript application providing a simple UI that acesses Yelp's GraphQL API endpoints.

Table of Contents

  1. Introduction
  2. Features

Introduction

This very light application serves as simple demo of several technologies and best-practices with respect to React and GraphQL development. It is designed to operate in conjuction with Yelp's GraphQL API.

Features

The user can search for restaurants located near Arvada, CO. Details for a search result can be displayed in a detail page.

Tyepscript

Why TypeScript? Because, use of types lends itself to using highly-productive development tools and practices; such as, static checking and code refactoring during JavaScript development. Additionally, there is great support for TypeScript in the development community.

React

Why React? Because there is no better JavaScript library for building the best user interfaces!

GraphQL

This application was built using the Apollo Client.

About

A minimal React Typescript application providing a simple UI built with the Uber Base Web library that accesses Yelp's GraphQL API endpoints.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published