This project is a responsive e-commerce storefront that ensures a seamless shopping experience. It features interactive elements like product carousels, hover effects, and 3D product views. Optimized for performance, it offers a smooth experience across all devices.
- HTML/CSS for layout and styling.
- React for dynamic user interfaces.
- Tailwind CSS for utility-first, responsive styling.
- GSAP for smooth animations and transitions.
- Three.js for creating 3D product views.
To get started with this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/e-commerce-storefront.git
- Navigate to the project directory:
cd e-commerce-storefront
- Install dependencies:
npm install
- Run development server:
npm run dev
The application will be accessible at http://localhost:5173.