Skip to content

Commit 3abf344

Browse files
committed
Final project-wide cleanup: removed comments, decommissioned /preview features, and updated documentation
1 parent c5bb9e5 commit 3abf344

18 files changed

Lines changed: 818 additions & 1231 deletions

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Built with a modern MERN stack on the backend and React + React Native on the fr
77
## Live Demo
88

99
- **Website:** [zappify-sepia.vercel.app](https://zappify-sepia.vercel.app)
10-
- **Phone Preview:** [zappify-sepia.vercel.app/preview](https://zappify-sepia.vercel.app/preview)
1110

1211
---
1312

@@ -112,7 +111,6 @@ Zappify is built as a real-world e-commerce application that covers the complete
112111
- Goes through a 3-step checkout (Bag → Address → Payment)
113112
- Tracks their order with a live timeline
114113
- Can cancel an order with a reason
115-
- All of this works on both web and Android mobile app
116114

117115
---
118116

@@ -132,8 +130,8 @@ Zappify is built as a real-world e-commerce application that covers the complete
132130
- Google OAuth 2.0 login
133131
- Normal email/password sign up and sign in
134132
- User-specific order history per account
135-
- Persistent login via localStorage / AsyncStorage
136-
- Full Android mobile app via Expo + EAS Build
133+
- Persistent login via localStorage
134+
- Progressive Web App (PWA) ready
137135

138136
### For Admins
139137
- Secure JWT-protected API routes
@@ -203,7 +201,6 @@ Zappify/
203201
│ ├── components/
204202
│ ├── data/products.js
205203
│ ├── App.jsx
206-
│ ├── Preview.jsx
207204
│ ├── main.jsx
208205
│ └── index.css
209206
├── mobile/

frontend/public/shoes/shoe1.png

656 KB
Loading

frontend/public/shoes/shoe10.png

10.8 KB
Loading

frontend/public/shoes/shoe11.png

11.9 KB
Loading

frontend/public/shoes/shoe12.png

514 KB
Loading

frontend/public/shoes/shoe2.png

805 KB
Loading

frontend/public/shoes/shoe3.png

782 KB
Loading

frontend/public/shoes/shoe4.png

829 KB
Loading

frontend/public/shoes/shoe5.png

413 KB
Loading

frontend/public/shoes/shoe6.png

490 KB
Loading

0 commit comments

Comments
 (0)