/restaurant-guide

Restaurant Guide using Zomato API

Primary LanguageJavaScriptMIT LicenseMIT

restaurant-guide

Restaurant Guide using Zomato API

Instructions

  1. Clone this repository.

  2. Install dependencies:

yarn 

or

npm install
  1. Run dev server:
yarn start

or

npm start

Tests

  1. Run tests
yarn test

or

npm test