Skip to content

Backlog a products, from dummyjson.com build react native cli

Notifications You must be signed in to change notification settings

M-Julius/Product-Listing

Repository files navigation

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

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:

    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