Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brijenmakwana/zomato-clone
Zomato is an Indian multinational restaurant aggregator and food delivery company. I have made an effort to mirror the design of the original app exactly.
https://github.com/brijenmakwana/zomato-clone
expo javascript mobile-app mobile-development react-native react-navigation styled-components zomato zomatoclone
Last synced: 15 days ago
JSON representation
Zomato is an Indian multinational restaurant aggregator and food delivery company. I have made an effort to mirror the design of the original app exactly.
- Host: GitHub
- URL: https://github.com/brijenmakwana/zomato-clone
- Owner: BrijenMakwana
- License: mit
- Created: 2022-12-16T10:36:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-18T11:39:38.000Z (over 1 year ago)
- Last Synced: 2023-04-03T11:24:02.087Z (over 1 year ago)
- Topics: expo, javascript, mobile-app, mobile-development, react-native, react-navigation, styled-components, zomato, zomatoclone
- Language: JavaScript
- Homepage:
- Size: 6.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Zomato App Clone (Food Delivery App)
## Table of contents
- [Overview](#overview)
- [Screenshots](#screenshots)
- [Run the project](#Run-the-project)
- [Built with](#Built-with)## Overview
- Zomato is an Indian multinational restaurant aggregator and food delivery company. It provides information, menus and user-reviews of restaurants as well as food delivery options from partner restaurants in select cities.
- You will see multiple restaurants presented in different card like designs.
- To render everything beautifully, I designed a number of custom components.
- React Navigation library is used to add navigation system.
- I made an effort to mirror the design of the original app exactly.
- The app only has a frontend design at the moment, and dummy data is being pulled from a data file.## Screenshots
## Run the project
First you need to have node and Android Studio install in your machine to run this project and app.
Clone this project and open it on any Code Editor or IDE.
Then run this command.```
npm i
```It will install all the dependencies in your system. Then run this command to start the server.
```
npm start
```Now you can view this app on your Android smartphone or Android Emulator
## Built with
- React Native
- Expo
- Javascript
- React Navigation
- Styled Components