This project is the user-facing panel of the SwiftShop e-commerce website. It allows customers to browse products, manage their shopping cart, and process payments.
-
Home Page:
-
All Products Page:
-
Cart Page:
-
Payment:
- Payment processing using Stripe.
- Next.js: React framework for server-rendered applications.
- Styled-Components: CSS-in-JS library for styling components.
- Stripe: Payment processing platform for validating payments.
- Clone the repository:
git clone https://github.com/nikkittaa/ecommerce-front.git
- Navigate to the project directory:
cd ecommerce-front - Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:3000to access the user panel.




