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.
- Product Listing
- Cart Management
- Checkout Process
this app made by API from https://dummyjson.com/docs/products
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/M-Julius/Product-Listing.git cd Product-Listing
-
Install the necessary dependencies:
npm install
or
yarn install
-
Start run the app:
npx react-native run-android
ios
npx react-native run-ios