Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arunavabasucom committed Dec 7, 2024
1 parent 160fb40 commit 4d8671b
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions README.MD
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) .

0 comments on commit 4d8671b

Please sign in to comment.