https://github.com/ahtrahdis7/my-market-react-native
Made in ❤️ with React Native + Redux. An E Commerce App for Groceries with Mobile-OTP login feature. It consists of independent components made for specific use.
https://github.com/ahtrahdis7/my-market-react-native
expo expo-cli javascript react-native react-native-navigation yarn
Last synced: about 1 year ago
JSON representation
Made in ❤️ with React Native + Redux. An E Commerce App for Groceries with Mobile-OTP login feature. It consists of independent components made for specific use.
- Host: GitHub
- URL: https://github.com/ahtrahdis7/my-market-react-native
- Owner: ahtrahdis7
- Created: 2020-08-17T13:06:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T10:17:30.000Z (over 2 years ago)
- Last Synced: 2025-03-27T12:12:28.893Z (about 1 year ago)
- Topics: expo, expo-cli, javascript, react-native, react-native-navigation, yarn
- Language: JavaScript
- Homepage:
- Size: 6.25 MB
- Stars: 27
- Watchers: 0
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ECommerce app usign react-native and expo-cli
Checkout our eCommerce admin app at : https://github.com/ahtrahdis7/my-market-admin
## Screens


## Features/Screens
- OTP Based Login
- Home Screen
- Categories Screen
- Local Storage Cart
- Add/Remove Cart
- Product Details Screen
## Tech Stack
## Development
This project doesot require basic react native setup to get up and running. Install the expo-sdk and get started. Read more about expo at: https://expo.io
Run the below commands in sequence to start the development server in expo.
In order to start the development server without expo, read the React Native docs at https://reactnative.dev
1. git clone https://github.com/ahtrahdis7/e-commerce-store-react-native.git
2. cd my-market
3. yarn add expo
4. expo install or yarn install
5. expo start
### If you find this repo useful, please give a `Star`, and let others know about it.
### !! Happy Coding !!