Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T13:29:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T12:29:35.511Z (almost 2 years ago)
- Topics: expo, expo-cli, javascript, react-native, react-native-navigation, yarn
- Language: JavaScript
- Homepage:
- Size: 6.25 MB
- Stars: 26
- Watchers: 1
- Forks: 11
- Open Issues: 9
-
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
![1](https://user-images.githubusercontent.com/44672399/126171337-b58495c4-f067-4af0-9b07-da20ad1f6ac8.png)
![2](https://user-images.githubusercontent.com/44672399/126171324-29287f0b-8ff4-4147-92b6-d53914c0d1d3.png)## 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 !!