Skip to content

MehulKChaudhari/brickHaven-Ecommerce

Repository files navigation

BrickHaven

Welcome to BrickHaven, your ultimate destination for LEGO products! Our e-commerce platform offers a seamless shopping experience with features that enhance LEGO adventures. From adding items to your cart and wishlist to enjoying discounts with coupon codes, BrickHaven makes it easy to find and purchase your favourite LEGO sets.

Features

  • Add to Cart: Easily add LEGO products to your shopping cart and proceed to checkout.
  • Wishlist: Save your favourite items for future purchases with our wishlist feature.
  • Infinite Scrolling: Discover more LEGO products without the hassle of pagination on the products page.
  • Discount Coupons: Apply discount codes to enjoy savings on your purchases.
  • Alert Toasts: Receive toasts messages for a smoother user experience.

Screenshots

Screen.Recording.2024-08-17.at.9.mp4

Hosted Link

Check out the live version of BrickHaven here: BrickHaven Live

Getting Started

To get started with BrickHaven, follow these steps:

Prerequisites

Clone the Repository

  1. Clone the repository to your local machine:
    git clone https://github.com/MehulKChaudhari/brickHaven-Ecommerce.git
  1. Navigate into the project directory:
    cd brickHaven-Ecommerce
  1. Install the required dependencies:
    npm install

Run the Project

  1. Start the development server:
    npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Build for Production

  1. To create a production build, run:
    npm run build
  1. Start the production server:
    npm start