Welcome to the Zomato Clone App! This app is built using Expo, a popular framework for building cross-platform mobile applications. The purpose of this clone is to provide users with a similar experience to the Zomato app, allowing them to browse and explore restaurants, view menus, and even place orders.
- Sign Up and Login: Users can create accounts using their email or social media accounts and log in securely.
-
Browse Restaurants: Users can explore a list of restaurants based on various criteria such as location, cuisine, and ratings.
-
Search Functionality: A powerful search feature enables users to find specific restaurants or cuisines easily.
-
View Menus: Users can view detailed menus for each restaurant, including prices and descriptions for each dish.
-
Restaurant Ratings and Reviews: Users can see ratings and reviews from other customers to make informed decisions.
-
Add to Cart: Users can add dishes to their cart and review their selections before placing an order.
-
Payment Integration: Secure payment options are provided to facilitate smooth transactions.
- User Dashboard: Users have access to a personalized dashboard where they can track their order history and manage their preferences.
To run the Zomato Clone App on your local machine, follow these steps:
- Clone the Repository:
git clone https://github.com/yourusername/zomato-clone.git
Copy code
cd zomato-clone
npm install
Copy code
expo start
Use the Expo Go app on your mobile device to scan the QR code generated by Expo DevTools.
- Expo: A framework for building React Native applications.
- React Navigation: Used for navigating between screens.
- Firebase: Backend services for authentication and data storage.
- Redux: State management for a predictable and scalable application.
We welcome contributions to enhance the Zomato Clone App. Follow these guidelines:
- Fork the repository and create a new branch for your feature or bug fix.
- Make changes and submit a pull request, explaining the purpose and functionality of your contribution.
This Zomato Clone App is open-source and available under the MIT License.