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

https://github.com/mohnate/delievery-app


https://github.com/mohnate/delievery-app

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Blinkit Clone (Mobile Android App)

## Technology

- [React Native](https://reactnative.dev/)
- [NativeWind](https://www.nativewind.dev/)
- [React Navigation](https://reactnavigation.org/)
- [TailwindCss](https://tailwindcss.com/)
- [Redux Toolkit](https://redux-toolkit.js.org/)

### Prerequisites

* [nodejs](https://nodejs.org/en/download/) for install require package with npm
* [androidStudio](https://developer.android.com/studio) require Android SDK and Virtual Mobile (if required)

```bash
npx create-expo-app AwesomeProject
```

#### How to use

Clone GitHub Project on your PC

```bash
git clone git@github.com:nayanrdeveloper/blinkit_clone_react_native.git
```

```bash
npm install
```

```bash
npx expo start
```