https://github.com/apicgg/deliveroo-clone
Deliveroo Clone App
https://github.com/apicgg/deliveroo-clone
expo react-native typescript
Last synced: 2 months ago
JSON representation
Deliveroo Clone App
- Host: GitHub
- URL: https://github.com/apicgg/deliveroo-clone
- Owner: apicgg
- Created: 2023-04-26T08:10:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T15:29:03.000Z (10 months ago)
- Last Synced: 2025-01-25T20:41:44.289Z (4 months ago)
- Topics: expo, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 3.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deliveroo-Clone
This is a React Native app created using the Expo framework. It is a clone of the popular food delivery service, Deliveroo. Check out the youtube [video](https://www.youtube.com/watch?v=taPz40VmyzQ&t=11828s).
## Features
- Browse through a list of restaurants and their menus
- Place orders and pay online
- Track the status of your orders
- View your order history## Installation
1. Clone the repository.
2. Install dependencies:
```bash
npm install
```3. Start the app:
```bash
npm start
```4. Follow the instructions in the terminal to launch the app on an emulator or physical device.
## Technologies Used
- [React Native](https://reactnative.dev/)
- [Expo](https://expo.dev/)
- [Nativewind](https://www.nativewind.dev/)
- [React Native Navigation](https://reactnavigation.org/)