A modern, high-performance React application for a streetwear business with a neon-street aesthetic.
- 🔥 Neon Street UI: Dark mode with neon red highlights.
- 📱 Fully Responsive: Optimized for all devices.
- 🛍️ WhatsApp Integration: Single-click "Buy Now" with auto-filled details.
- 🛠️ Admin Panel: CRUD functionality for inventory management.
- 🔒 Secure-ish Auth: Simple hidden admin route with credentials.
- 💾 No Backend: Uses
localStoragefor data persistence (Demo ready).
- URL:
/#/admin - Username:
saqib - Password:
242242
- React 18
- Vite
- Tailwind CSS
- Lucide Icons
- React Router Dom
- Clone the repository.
- Run
npm installto install dependencies. - Run
npm run devto start the development server.
- Push your code to a GitHub repository.
- Connect the repository to Vercel.
- Use default build settings (Vite).
- Deploy!
Note: This is a frontend-only demo. Data is stored in the browser's local storage.