-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
160fb40
commit 4d8671b
Showing
1 changed file
with
7 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,30 @@ | ||
# Deliveroo Clone | ||
# Deliveroo clone | ||
|
||
<p align="center"> | ||
<img src="assets/preview.gif" alt="Gif of Deliveroo Clone" width="200"/> | ||
</p> | ||
|
||
|
||
This app clones the popular food delivery app, **Deliveroo**. The app is built using the React Native && Tailwind CSS , providing a sleek and modern user interface. Users can browse through a variety of restaurants, view menus, and place orders for delivery. | ||
|
||
This is a React Native app that clones the popular food delivery app, **Deliveroo**. The app is built using the Tailwind CSS , providing a sleek and modern user interface. Users can browse through a variety of restaurants, view menus, and place orders for delivery. | ||
|
||
## Table of Contents | ||
|
||
|
||
|
||
### Installation | ||
### setup | ||
|
||
To get started with the app, you'll need to have Node.js installed on your computer. | ||
|
||
1. You'll also need to install the necessary dependencies by running: | ||
|
||
```bash | ||
#install the dependencies | ||
yarn install | ||
``` | ||
|
||
2. Once the dependencies are installed, you can start the app by running: | ||
|
||
```bash | ||
# start the app | ||
yarn start | ||
``` | ||
|
||
This will start the Metro server and open up the Expo development environment in your default browser. From here, you can launch the app on your iOS or Android device, or use an emulator. | ||
|
||
## Features | ||
``` | ||
## features | ||
|
||
- Browse through a variety of restaurants | ||
- View restaurant menus and item details | ||
- Place orders for delivery | ||
- Add items to a cart and checkout | ||
- Search for restaurants and menu items | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! If you find a bug or have a feature request, please open an issue on the repository. If you'd like to contribute code, please fork the repository and submit a pull request. | ||
|
||
## License | ||
|
||
This project is licensed under the [MIT License](https://github.com/arunavabasu-03/deliveroo-clone/blob/main/LICENSE) . |