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
- Host: GitHub
- URL: https://github.com/abdullah0dev/orderit
- Owner: Abdullah0Dev
- Created: 2024-03-03T19:57:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T20:06:54.000Z (over 2 years ago)
- Last Synced: 2024-12-28T19:46:02.847Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.youtube.com/@AbdullahDev.
- Size: 2.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.