Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)