{"id":29097312,"url":"https://github.com/adithya17-star/modern-techstore","last_synced_at":"2025-06-28T13:10:21.922Z","repository":{"id":301681606,"uuid":"1010007512","full_name":"Adithya17-star/modern-techstore","owner":"Adithya17-star","description":"Modern, responsive e-commerce website for tech products with glassmorphism design","archived":false,"fork":false,"pushed_at":"2025-06-28T07:19:23.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-28T07:32:42.404Z","etag":null,"topics":["ecommerce","frontend","github-pages","glassmorphism","html-css-javascript","javascript","modern-ui","portfolio-project","responsive-design","shopping-cart","tech-store","web-development"],"latest_commit_sha":null,"homepage":"https://adithya17-star.github.io/modern-techstore/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Adithya17-star.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-28T06:30:39.000Z","updated_at":"2025-06-28T07:25:04.000Z","dependencies_parsed_at":"2025-06-28T07:32:45.163Z","dependency_job_id":"a2e895df-9efc-461b-8621-4cc1f3141e78","html_url":"https://github.com/Adithya17-star/modern-techstore","commit_stats":null,"previous_names":["adithya17-star/techstore---modern-e-commerce-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Adithya17-star/modern-techstore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adithya17-star%2Fmodern-techstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adithya17-star%2Fmodern-techstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adithya17-star%2Fmodern-techstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adithya17-star%2Fmodern-techstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adithya17-star","download_url":"https://codeload.github.com/Adithya17-star/modern-techstore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adithya17-star%2Fmodern-techstore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262435724,"owners_count":23310643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ecommerce","frontend","github-pages","glassmorphism","html-css-javascript","javascript","modern-ui","portfolio-project","responsive-design","shopping-cart","tech-store","web-development"],"created_at":"2025-06-28T13:10:16.695Z","updated_at":"2025-06-28T13:10:21.907Z","avatar_url":"https://github.com/Adithya17-star.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modern TechStore\nA 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.\n\n## 🚀 Live Demo\n[View Live Website](https://Adithya17-star.github.io/modern-techstore)\n\n## ✨ Features\n- **Responsive Design** - Works seamlessly on desktop, tablet, and mobile devices\n- **Modern UI/UX** - Glassmorphism effects, gradient backgrounds, and smooth animations\n- **Shopping Cart** - Full cart functionality with add/remove items and quantity controls\n- **Product Catalog** - Dynamic product grid with detailed information\n- **Interactive Elements** - Hover effects, loading animations, and smooth scrolling\n- **Performance Optimized** - Fast loading with minimal dependencies\n\n## 🛠 Technologies Used\n- **HTML5** - Semantic markup and structure\n- **CSS3** - Modern styling with Grid, Flexbox, and animations\n- **JavaScript (ES6+)** - Dynamic functionality and cart management\n- **Font Awesome** - Icons for enhanced UI\n\n## 📱 Responsive Breakpoints\n- Desktop: 1200px and above\n- Tablet: 768px - 1199px\n- Mobile: Below 768px\n\n## 🎨 Color Scheme\n- Primary Gradient: `#667eea` to `#764ba2`\n- Accent Gradient: `#ff6b6b` to `#ee5a24`\n- Background: `#667eea` to `#764ba2`\n- Text: `#333333`\n\n## 📦 Installation \u0026 Setup\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Adithya17-star/modern-techstore.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd modern-techstore\n   ```\n3. Open `index.html` in your browser or use a live server\n\n## 🌐 GitHub Pages Deployment\n1. Go to your repository settings\n2. Scroll down to \"Pages\" section\n3. Select \"Deploy from a branch\"\n4. Choose \"main\" branch and \"/ (root)\" folder\n5. Your site will be available at `https://Adithya17-star.github.io/modern-techstore`\n\n## 🛍 Product Management\nTo add or modify products, edit the `products` array in the JavaScript section:\n```javascript\nconst products = [\n    {\n        id: 1,\n        name: \"Product Name\",\n        price: 99.99,\n        description: \"Product description\",\n        icon: \"🛍️\"\n    }\n    // Add more products...\n];\n```\n\n## 🎯 Browser Support\n- Chrome 70+\n- Firefox 65+\n- Safari 12+\n- Edge 79+\n\n## 📝 License\nThis project is open source and available under the [MIT License](LICENSE).\n\n## 🤝 Contributing\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📧 Contact\nAdithya Kakarla - adithyakakarla123@gmail.com\n\nProject Link: [https://github.com/Adithya17-star/modern-techstore](https://github.com/Adithya17-star/modern-techstore)\n\n## 🙏 Acknowledgments\n- Font Awesome for icons\n- Inspiration from modern e-commerce platforms\n- CSS gradients and glassmorphism design trends\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadithya17-star%2Fmodern-techstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadithya17-star%2Fmodern-techstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadithya17-star%2Fmodern-techstore/lists"}