Skip to content

This is clone version of Zomato app, which fetches trending restaurants list according to your place and price an reviews.

Notifications You must be signed in to change notification settings

getbubun/zomato-example

Repository files navigation

ZomatoApp

The aim of the project is to create Zomato kind of application using Angular. You will be using Zomato’s API as your backend and the frontend application that is to be created by you must have all the features mentioned later. Application UI should be designed by yourself using Bootstrap. You are not allowed to use bootstrap template available on internet. This project was generated with Angular CLI version 7.3.3.

Features of the Application

Home page - On Home page landing you should first detect the user location or asked for enter manual location like city. According to city or location (latitude and longitude) you should show the restaurants in card list format with image and brief details. There should be one search bar. Where user can search the restaurants with location. After clicking on particular restaurant detailed page should be open.

Details View - This view should contain all information like images, menu address with google map and other information related to restaurant. And bottom you should show the restaurant review in proper format like list view.

Error Views - If API is failed or restaurant not found that time you should show appropriate error page with decent design.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

This is clone version of Zomato app, which fetches trending restaurants list according to your place and price an reviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published