Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 438 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 438 Bytes

Restaurant Search App

It is a restaurant search and discovery app. This app basically performs a CRUD operation. Using Zomato API we fetch the restaurant details and display it. You can add the comments to particular restaurant and also save your favourite restaurants.

How to start running

Run these commands

To install the required dependencies

$ npm install

To build the app

$ npm run gbuild

To run the app

$ npm start