Dominos is a mobile application built using React Native and Expo. This app makes it easy for users to order pizza from a pizzeria.
- View the list of pizza varieties from the menu
- Select pizza size and extras
- Add and remove items from the cart
- View order summary and total amount
- Confirm the order and proceed to payment
- Node.js and npm must be installed.
- The latest version of Expo CLI should be installed. You can install Expo CLI using the following command:
npm install -g expo-cli
- Clone this GitHub repository:
git clone https://github.com/USERNAME/dominos.git
- Navigate to the project folder:
cd dominos
- Install the required packages:
npm install
- Start the application:
expo start
- Scan the displayed QR code with the Expo Client app or use an Android/iOS simulator to access the Expo Development Tools interface.
To run the app on an iOS simulator, make sure you have Xcode installed. Then, use the following command:
npm run ios
This will start the app on the iOS simulator and you can interact with it using the simulator interface.
If you'd like to contribute to the project, please follow these steps:
- Fork this repository.
- Create a branch for a new feature or bug fix.
- Commit your changes.
- Submit a pull request to the original forked repository.
This project is distributed under the MIT license. See the LICENSE
file for more information.