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

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

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
```