Skip to content

praneeth-jairam/eshop-home

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eShop Home

A modern, responsive e-commerce landing page showcasing premium technology products with a cohesive sky blue design theme.

Overview

eShop Home is a beautifully crafted landing page designed for a premium technology retailer. The website features a modern glassmorphism design with a consistent sky blue color palette throughout all components. Built with Tailwind CSS and enhanced with custom animations, the site provides an engaging user experience with smooth transitions and interactive elements.

Key Features

  • Modern Design: Clean, professional layout with glassmorphism effects and sky blue gradient themes
  • Responsive Layout: Fully optimized for desktop and mobile viewing experiences
  • Interactive Elements: Animated product cards, carousel slider, and floating action buttons
  • Product Showcase: Multiple display formats including grid cards and detailed catalog tables
  • Smooth Animations: Custom CSS animations for fade-in effects, hover states, and scroll interactions
  • User-Friendly Navigation: Sticky navbar with smooth scrolling and intuitive page structure

Technology Stack

  • Frontend Framework: Tailwind CSS for utility-first styling
  • Icons: Font Awesome 6.5.0 for consistent iconography
  • Typography: Google Fonts (Roboto) for clean, modern text
  • JavaScript: Vanilla JS for carousel functionality and interactive features
  • Design Elements: Custom CSS for glassmorphism effects and blue color theming

References

  1. Favicon Generator
  2. Tailwind CSS
  3. Customizing Colors
  4. Font Awesome
  5. Google Fonts
  6. Placeholder Image

Screenshots

Desktop View

eShop Homepage - Desktop Hero section with sky blue gradient and glassmorphism cards

eShop Products - Desktop Product grid with sky blue pricing and hover effects

eShop Table - Desktop Product catalog table with sky blue header and hover states

eShop Footer - Desktop Footer with sky blue gradient background and social links

Vibe coding Tips

<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Tailwind CSS CDN -->
    <!-- Main CSS framework for utility-first styling -->

    <!-- Font Awesome CDN version 6.5.0-->
    <!-- Icon library for all icons including arrows, shopping cart, social media etc -->

    <!-- Google Fonts -->
    <!-- Roboto font family for clean, modern typography -->

    <!-- Favicon -->
    <!-- Website icon displayed in browser tab -->

    <!-- Custom CSS -->
    <!-- External stylesheet for custom animations, glassmorphism effects, and blue theme -->
  </head>

  <body>
    <!-- Sky blue themed navbar with eShop branding -->
    <!-- Sticky navigation bar with gem icon, navigation links, and shopping cart badge -->

    <!-- Hero section with gradient text, sky blue buttons, and glassmorphism cards -->
    <!-- Main banner with welcome message, action buttons, and feature highlights -->

    <!-- Carousel section with navigation controls and sky blue indicators -->
    <!-- Image slider showcasing featured product collections with auto-play -->

    <!-- Features section with sky blue icon backgrounds -->
    <!-- Grid of service highlights: quality, delivery, returns, and pricing -->

    <!-- Product grid with sky blue pricing and hover effects -->
    <!-- Trending products showcase with cards, ratings, and add to cart buttons -->

    <!-- Product catalog table with sky blue header and hover states -->
    <!-- Complete product listing in tabular format with detailed information -->

    <!-- Pagination with sky blue active states -->
    <!-- Navigation controls for browsing through product pages -->

    <!-- Footer with sky blue gradient background and social links -->
    <!-- Newsletter signup, company info, links, and contact details -->

    <!-- Floating action button with sky blue gradient and up arrow -->
    <!-- Scroll-to-top button with smooth animation and Font Awesome arrow icon -->

    <!-- Custom JavaScript -->
    <!-- External script for carousel, scroll effects, animations, and interactions -->
  </body>
</html>

About

Landing page of eShop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.3%
  • JavaScript 7.6%
  • CSS 6.1%