File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 11# react-native-ecommerce
22A minimal React Native e-commerce app template
3+
4+ This project provides a minimal starter project structure for your next awesome e-commerce app.
5+
6+ - Screens: products list, details, and shopping cart summary.
7+ - Simple state management with React Context API.
8+ - Easy to extend with additional features.
9+ - A mock API service for product data.
10+
11+ ## Sample Screens
12+
13+ ### Products List
14+ ![ Products List] ( ./docs/productsList.png )
15+
16+ ### Product Details
17+ ![ Product Details] ( ./docs/productDetails.png )
18+
19+ ### Shopping Cart Summary
20+ ![ Shopping Cart Summary] ( ./docs/cart.png )
21+
22+ ## Credits
23+
24+ - Sample screens design: [ MockUPPhone] ( https://mockuphone.com ) and [ Canva] ( https://www.canva.com ) .
25+ - Product images: [ Unsplash] ( https://unsplash.com/ )
26+
27+
You can’t perform that action at this time.
0 commit comments