https://github.com/kushalkhandhara/ososs-e-commerce-native
Osos Ecommerce Application which I have Make using React Native and Redux Toolkit and it has features like add to cart , remove from cart and search the products and a modal will appear when you click on the products
https://github.com/kushalkhandhara/ososs-e-commerce-native
android-application expo react react-expo react-native reactnative redux redux-toolkit
Last synced: 4 months ago
JSON representation
Osos Ecommerce Application which I have Make using React Native and Redux Toolkit and it has features like add to cart , remove from cart and search the products and a modal will appear when you click on the products
- Host: GitHub
- URL: https://github.com/kushalkhandhara/ososs-e-commerce-native
- Owner: kushalkhandhara
- Created: 2024-08-13T23:14:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:55:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T17:09:57.503Z (about 1 year ago)
- Topics: android-application, expo, react, react-expo, react-native, reactnative, redux, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 394 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title
This project is an eCommerce application that features Search Products,Add to Cart,Remove from Cart functionalities using Redux Toolkit.
## App Preview
You can check out how the app works by viewing the images I've attached in the Issues section of this GitHub repository.
## Features
- **Redux Toolkit**: Used for managing the cart functionality, including adding and removing items.
- **Search Functionality**: Search for products easily by clicking on the search section.
- **Device Compatibility**: Tested on devices like Realme 8s 5G and Samsung Galaxy M31.
## Implementation Details
- **Redux**: To understand how Redux is implemented in this project, navigate to the `redux` folder in the repository.