An open API service indexing awesome lists of open source software.

https://github.com/abdullah0dev/orderit

Pizza Ordering App starter code
https://github.com/abdullah0dev/orderit

Last synced: 7 months ago
JSON representation

Pizza Ordering App starter code

Awesome Lists containing this project

README

          

## OrderIt - Pizza Ordering App | starter code

OrderIt is a pizza ordering app built with Expo and Nativewind. This repository contains the starter code for developing a pizza ordering application.

### Features
- Browse a variety of pizzas
- Place orders for your favorite pizzas
- Customize pizza toppings and sizes
- Easy-to-use interface

### Cloning Steps
To clone and run this application locally, follow these steps:

1. Clone the repository to your local machine using Git:
```bash
git clone https://github.com/Abdullah0Dev/orderit.git
```

2. Navigate to the project directory:
```bash
cd orderit
```

3. Install dependencies using npm or yarn:
```bash
npm install
# or
yarn install
```

4. Start the Expo development server:
```bash
npm start
# or
yarn start
```

5. Use the Expo Go app on your mobile device or an emulator to scan the QR code and run the app.