https://github.com/mohnate/delievery-app
https://github.com/mohnate/delievery-app
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohnate/delievery-app
- Owner: mohnate
- Created: 2024-12-16T15:52:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T09:28:33.000Z (over 1 year ago)
- Last Synced: 2025-01-20T10:33:27.457Z (over 1 year ago)
- Language: JavaScript
- Size: 4.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```