https://github.com/m-julius/product-listing
Backlog a products, from dummyjson.com build react native cli
https://github.com/m-julius/product-listing
backlog-product dummyjson e-commerce react-native react-native-e-commerce react-native-listing-product
Last synced: 11 months ago
JSON representation
Backlog a products, from dummyjson.com build react native cli
- Host: GitHub
- URL: https://github.com/m-julius/product-listing
- Owner: M-Julius
- Created: 2024-08-01T16:32:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T17:43:22.000Z (almost 2 years ago)
- Last Synced: 2025-05-21T17:14:46.790Z (about 1 year ago)
- Topics: backlog-product, dummyjson, e-commerce, react-native, react-native-e-commerce, react-native-listing-product
- Language: TypeScript
- Homepage:
- Size: 2.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Listing Product App
This is a simple e-commerce application built with React Native that allows users to view products, add them to their cart, and proceed to checkout.
## Screenshoot
[
](home.png)
[
](home-filter.png)
[
](detail-product.png)
[
](cart.png)
[
](confirm-checkout.png)
[
](checkout-success.png)
## Features
- **Product Listing**
- **Cart Management**
- **Checkout Process**
this app made by API from https://dummyjson.com/docs/products
## Installation
To get started with the project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/M-Julius/Product-Listing.git
cd Product-Listing
```
2. Install the necessary dependencies:
```
npm install
```
or
```
yarn install
```
3. Start run the app:
```
npx react-native run-android
```
ios
```
npx react-native run-ios
```