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.
Run these commands
To install the required dependencies
$ npm install
To build the app
$ npm run gbuild
To run the app
$ npm start