Link :
https://shopifyecommercewebsite.web.app/
This is a frontend e-commerce website is built with React JS, using a component-based approach for easy website development. It features responsive design and utilizes React Styled components for styling. React Router is employed for navigation, creating a smooth single-page application experience without page refreshing. Key components include Header, Slider, Virtual, Product, Testimonials, and Footer. The Slider component displays items and groups similar products via props. This website is fully responsive for computer screens, tablets, and mobile views.
[a] Product Catalog: I've created an extensive catalog of products, making it easy for users to browse and search.
[b] Product Details: Users can view detailed product descriptions, prices, and read customer reviews.
[c] Responsive Design: The website is designed to work seamlessly on both desktop and mobile devices.
The Website is hosted using Firebase: https://shopifyecommercewebsite.web.app/
If you'd like to run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/ankit-akash/shopifyecommercewebsite.git
- Change to the project directory:
cd shopifyecommercewebsite
- Install the required dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and navigate to http://localhost:3000 to view the website.