Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.56 KB

README.md

File metadata and controls

66 lines (47 loc) · 1.56 KB

Dominos

Dominos is a mobile application built using React Native and Expo. This app makes it easy for users to order pizza from a pizzeria.

Features

  • 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

Requirements

  • 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

Installation

  1. Clone this GitHub repository:
git clone https://github.com/USERNAME/dominos.git
  1. Navigate to the project folder:
cd dominos
  1. Install the required packages:
npm install
  1. Start the application:
expo start
  1. Scan the displayed QR code with the Expo Client app or use an Android/iOS simulator to access the Expo Development Tools interface.

Running on iOS Simulator

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.

Contributing

If you'd like to contribute to the project, please follow these steps:

  1. Fork this repository.
  2. Create a branch for a new feature or bug fix.
  3. Commit your changes.
  4. Submit a pull request to the original forked repository.

License

This project is distributed under the MIT license. See the LICENSE file for more information.