You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+68-5Lines changed: 68 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,47 @@
1
-
# Zappify Shoes
1
+
# Zappify Shoes 👟
2
2
3
-
A complete full-stack e-commerce shoe store built with React and Node.js.
3
+
Zappify is a full-stack premium shoe e-commerce platform available on both **Web** and **Mobile (Android)**. It offers a seamless shopping experience — from browsing 44+ curated shoe collections to placing orders, tracking deliveries, and managing your account — all in one place.
4
+
5
+
Built with a modern MERN stack on the backend and React + React Native on the frontend, Zappify is designed for performance, clean UI, and real-world usability.
Zappify is a full-featured shoe e-commerce platform where users can browse 44+ premium shoe collections, filter and search products, manage their cart and wishlist, go through a complete 3-step checkout, and track or cancel their orders.
106
+
Zappify is built as a real-world e-commerce application that covers the complete shopping journey:
107
+
108
+
- A user lands on the site, browses 44+ premium shoe listings
109
+
- Filters by category, theme, or searches by name
110
+
- Views product details with size chart and adds to cart
111
+
- Logs in via email/password or Google OAuth
112
+
- Goes through a 3-step checkout (Bag → Address → Payment)
113
+
- Tracks their order with a live timeline
114
+
- Can cancel an order with a reason
115
+
- All of this works on both web and Android mobile app
70
116
71
117
---
72
118
@@ -86,7 +132,8 @@ Zappify is a full-featured shoe e-commerce platform where users can browse 44+ p
86
132
- Google OAuth 2.0 login
87
133
- Normal email/password sign up and sign in
88
134
- User-specific order history per account
89
-
- Persistent login via localStorage
135
+
- Persistent login via localStorage / AsyncStorage
0 commit comments