Git Product home page Git Product logo

design-ecommerce's Introduction

Open-Source eCommerce Design Template styled with Bootstrap 5 using a simple codebase and best practices - Actively supported by AppSeed.


Need More? ๐Ÿ›’ BUY License: ONLY $19 (one-time payment via GUMROAD)

  • Access to FIGMA File view demo
  • Remove Footer Credits
  • Updates: Lifetime
  • Unlimited hobby & commercial projects
  • ๐Ÿš€ Free Support (Email & Discord)

eCommerce Design - Open-source Template crafted by AppSeed.


Features

  • ๐Ÿš€ Bootstrap 5 styling
  • โš™๏ธ Gulp Tooling (simple usage, no fancy tools)
  • โœ… Easy Customization (files already integrated)
  • โœ… Pages
    • โœ… HOMEpage
    • โœ… Category Page
    • โœ… Product
    • โœ… Auth Pages (signIn, register)

How To use it

Compile the project

$ yarn      # install modules
$ gulp scss # start for development
$ gulp      # Development Build

The design should be visible in the browser.


How To Customize

โœ… Step 1: Open & Edit src/assets/scss/variables.scss. This file allows to set the primary and seconday colors of the website

/*
* Global Styling (edit below variables) 
* Warn: once edited, the SCSS needs to be recompiled
*/
$primary:   #FF7A00 !default; // primary color
$secondary: #00D2C4 !default; // secondary
$info:      #17c1e8 !default; 
$success:   #82d616 !default;
$warning:   #fbcf33 !default;
$danger:    #ea0606 !default;

โœ… Step 2: Add custom styles to src/assets/scss/custom.scss. This file, initially shipped empty, should contain your own code CSS code.

.your-awesome-class {
    color: red;
}

โœ… Step 3: Recompile SCSS via GULP

$ gulp scss

At this point, the new styles should be visible in the website.


Sections

Product Page

Product Page - Open-Source eCommerce Design by AppSeed.


Testimonial Component

Testimonial - Open-Source eCommerce Design by AppSeed.


PROMO Component

PROMO Component - Open-Source eCommerce Design by AppSeed.


Brand Component

Brand Component - Open-Source eCommerce Design by AppSeed.



Free eCommerce Design - Open-Source project crafted by AppSeed.

design-ecommerce's People

Contributors

app-generator avatar kinjank avatar mominur-helios avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.