VYBE is a modern, futuristic streetwear e-commerce website featuring a stunning cyberpunk-inspired design. The website showcases premium fashion products with unique designs and limited drops, targeting urban fashion enthusiasts who want to "Own the EDGE" and "Keep the VIBE".
- Cyberpunk Aesthetic: Bold gradients with pink (#EEAECA) and blue (#94BBE9) color scheme
- Modern Typography: Uses Anton and Poppins fonts for a contemporary look
- Responsive Layout: Fluid design that adapts to different screen sizes
- Interactive Elements: Hover effects, smooth transitions, and animated components
- Product Catalog: Display of streetwear items including hoodies, jackets, tees, pants, and accessories
- Shopping Cart: Integrated cart system showing product count
- Product Categories:
- Tops (tees, hoodies, jackets)
- Bottoms (pants, shorts)
- Accessories (caps, watches, sneakers)
- Featured Products: Highlighted items with pricing (in Rs.)
- Product Cards: Clean product presentation with images, names, descriptions, and prices
- Hero Banner: Eye-catching header with "Own the EDGE" and "Keep the VIBE" taglines
- New Arrivals: "Where Art Meets your Style" - showcasing the latest streetwear
- Latest Drops: Interactive carousel with dot navigation showing 3 products at a time
- Featured Products: Highlighted items including:
- Urban Vanguard Tee (Rs. 999)
- Cyber Hoodie (Rs. 1299)
- Future Jacket (Rs. 1799)
- Tech Sneakers (Rs. 2199)
- And many more...
- Collage Section: Visual storytelling with "Shop the Vibe" call-to-action
- Rating System: 4.2/5.0 customer satisfaction display
- Product Slider: JavaScript-powered carousel with dot navigation
- Search Functionality: Built-in search bar for product discovery
- User Profile: Profile dropdown menu
- Navigation Menu: Easy access to Shop, Collections, About, and Contact pages
vybe-web/ ├── index.html # Main HTML file ├── Readme.md # Project documentation ├── styles/ # CSS stylesheets │ ├── general.css # Global styles │ ├── header.css # Header/navigation styles │ ├── banner.css # Hero banner and main sections │ ├── latest-drops.css # Product carousel styles │ └── collage.css # Collage section styles ├── scripts/ # JavaScript files │ └── slider-dots.js # Product carousel functionality ├── images/ # Product and hero images └── icons/ # SVG icons and UI elements
- A modern web browser (Chrome, Firefox, Safari, or Edge)
- No build tools or dependencies required - this is a pure HTML/CSS/JS project
-
Clone the repository:
git clone https://github.com/mrcoder36/vybe-web.git
-
Navigate to the project directory:
cd vybe-web -
Open
index.htmlin your web browser:-
Double-click the file, or
-
Use a local server (recommended):
# Using Python python -m http.server 8000 # Using Node.js npx serve
-
-
Visit
http://localhost:8000in your browser
- Primary Pink:
#EEAECA(rgba(238, 174, 202, 1)) - Primary Blue:
#94BBE9(rgba(148, 187, 233, 1)) - Background: Light blue tint (
aliceblue) - Text: White and dark gray variations
- Display Font: Anton (bold headings)
- Body Font: Poppins (various weights: 100-900)
- Supporting Font: Roboto
- Gradient backgrounds using radial and linear gradients
- Border radius: 27px, 40px, 50px for rounded elements
- Consistent spacing and padding throughout
- HTML5: Semantic markup
- CSS3:
- Flexbox layouts
- CSS Grid
- Gradients and transitions
- Custom animations
- Vanilla JavaScript:
- DOM manipulation
- Event handling
- Carousel/slider functionality
- Chrome (recommended)
- Firefox
- Safari
- Edge
- Opera
- Add backend integration for real shopping cart
- Implement product filtering and sorting
- Add user authentication
- Create product detail pages
- Integrate payment gateway
- Add mobile responsive breakpoints
- Implement product reviews and ratings
VISHAL K.
This project is open source and available under the standard open source license.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.