A fully responsive, modern e-commerce website built with HTML, CSS, and vanilla JavaScript. Features a clean design with glassmorphism effects, smooth animations, and complete shopping cart functionality.
- Responsive Design - Works seamlessly on desktop, tablet, and mobile devices
- Modern UI/UX - Glassmorphism effects, gradient backgrounds, and smooth animations
- Shopping Cart - Full cart functionality with add/remove items and quantity controls
- Product Catalog - Dynamic product grid with detailed information
- Interactive Elements - Hover effects, loading animations, and smooth scrolling
- Performance Optimized - Fast loading with minimal dependencies
- HTML5 - Semantic markup and structure
- CSS3 - Modern styling with Grid, Flexbox, and animations
- JavaScript (ES6+) - Dynamic functionality and cart management
- Font Awesome - Icons for enhanced UI
- Desktop: 1200px and above
- Tablet: 768px - 1199px
- Mobile: Below 768px
- Primary Gradient:
#667eeato#764ba2 - Accent Gradient:
#ff6b6bto#ee5a24 - Background:
#667eeato#764ba2 - Text:
#333333
- Clone the repository:
git clone https://github.com/Adithya17-star/modern-techstore.git
- Navigate to the project directory:
cd modern-techstore - Open
index.htmlin your browser or use a live server
- Go to your repository settings
- Scroll down to "Pages" section
- Select "Deploy from a branch"
- Choose "main" branch and "/ (root)" folder
- Your site will be available at
https://Adithya17-star.github.io/modern-techstore
To add or modify products, edit the products array in the JavaScript section:
const products = [
{
id: 1,
name: "Product Name",
price: 99.99,
description: "Product description",
icon: "🛍️"
}
// Add more products...
];- Chrome 70+
- Firefox 65+
- Safari 12+
- Edge 79+
This project is open source and available under the MIT License.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Adithya Kakarla - adithyakakarla123@gmail.com
Project Link: https://github.com/Adithya17-star/modern-techstore
- Font Awesome for icons
- Inspiration from modern e-commerce platforms
- CSS gradients and glassmorphism design trends