Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexhad/rn-e-com-app
This is a basic mobile app created using React Native, NativeWind for styling, and Redux for state management.
https://github.com/hexhad/rn-e-com-app
assessment nativewind react-native redux tailwind
Last synced: 5 days ago
JSON representation
This is a basic mobile app created using React Native, NativeWind for styling, and Redux for state management.
- Host: GitHub
- URL: https://github.com/hexhad/rn-e-com-app
- Owner: hexhad
- Created: 2024-09-08T10:48:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T07:30:21.000Z (about 2 months ago)
- Last Synced: 2024-09-27T21:22:44.053Z (about 1 month ago)
- Topics: assessment, nativewind, react-native, redux, tailwind
- Language: JavaScript
- Homepage:
- Size: 4.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native E-Commerce App
This is a basic mobile app created using React Native, NativeWind for styling, and Redux for state management.## Features
- Browse products
- Add items to cart
- Remove items from cart
- Dark mode support with NativeWind## Adding Items to Cart
* Users can add items to the cart directly from the `Product Screen`.
* Only one category of items can be added to the cart at a time.
* If a user selects multiple sizes from the same category, they will be grouped as a single item in the cart, rather than appearing as separate products.
* Deleting an item from the cart will remove all associated data for that category, including the selected sizes.## Base URL
```js
https://s3-eu-west-1.amazonaws.com/api.themeshplatform.com/products.json
```
## Preview![](/images/image.png)