All Projects → chrisdiana → Simplestore

chrisdiana / Simplestore

Licence: mit
A clean, responsive storefront boilerplate with no database or backend

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Simplestore

FoodDelivery
E-Commerce demo project. Food delivery application project made with.
Stars: ✭ 106 (-77.35%)
Mutual labels:  ecommerce, store, storefront
saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 15,824 (+3281.2%)
Mutual labels:  ecommerce, store, storefront
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+3045.3%)
Mutual labels:  ecommerce, storefront, store
react-pwa-reference-storefront
Reference Storefront Progressive Web Application in React
Stars: ✭ 43 (-90.81%)
Mutual labels:  ecommerce, storefront
Commerceql
UNMAINTAINED
Stars: ✭ 217 (-53.63%)
Mutual labels:  ecommerce, serverless
Online-Shop-eCommerce-App-Angular-6-Firebase
Online eCommerce Store app in Angular 11.0 & Firebase
Stars: ✭ 96 (-79.49%)
Mutual labels:  ecommerce, store
amazin
A MERN-stack app for eCommerce platform, Webshop, Web Store. Storybook: https://www.amazin.one/ Alternative: https://ntrix.github.io/amazin-story
Stars: ✭ 27 (-94.23%)
Mutual labels:  ecommerce, store
E-commerceRetailerFYP
Android E-commerce Platform. Allow retailer to post product, manage order, chat and view report
Stars: ✭ 31 (-93.38%)
Mutual labels:  ecommerce, store
frontend-developer-coding-challenge
Are your looking for a remote developer job? Solve this frontend developer challenge and show us what you can do and what you are an expert at!
Stars: ✭ 112 (-76.07%)
Mutual labels:  ecommerce, store
CakeShop
eCommerce website with cakephp
Stars: ✭ 19 (-95.94%)
Mutual labels:  ecommerce, store
awesome-ecommerce
Collect and develop Open Source or Free Projects for building ecommerce platform easy and fast and free
Stars: ✭ 39 (-91.67%)
Mutual labels:  ecommerce, store
Fluttergames
Flutter app for purchasing and renting games.
Stars: ✭ 182 (-61.11%)
Mutual labels:  ecommerce, store
Reaction
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Stars: ✭ 11,588 (+2376.07%)
Mutual labels:  ecommerce, storefront
Shop.js
🛍️ Ecommerce UI components and framework powered by React.
Stars: ✭ 423 (-9.62%)
Mutual labels:  ecommerce, storefront
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+2372.44%)
Mutual labels:  ecommerce, store
Solidus
🛒Solidus, Rails eCommerce System
Stars: ✭ 3,985 (+751.5%)
Mutual labels:  ecommerce, storefront
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with 💚 by Vue Storefront team and contributors.
Stars: ✭ 1,827 (+290.38%)
Mutual labels:  ecommerce, storefront
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+277.78%)
Mutual labels:  ecommerce, storefront
solidus graphql api
GraphQL comes to Solidus!
Stars: ✭ 28 (-94.02%)
Mutual labels:  ecommerce, store
Firebase Cms
A CMS + E-commerce platform built with Angular and Firebase
Stars: ✭ 286 (-38.89%)
Mutual labels:  ecommerce, storefront

6/10/20 - UPDATES COMING SOON!

simpleStore

simpleStore is a clean, responsive storefront boilerplate with no database you can setup in minutes. simpleStore is built on simpleCart.js and Skeleton CSS Framework for a lightweight, fast, simple to use, and completely customizable experience.

simpleStore Screenshot simpleStore Cart Screenshot simpleStore Detail Screenshot


Features

  • No Databases, all client-side (just simple HTML, CSS & Javascript)
  • Lightweight & Fast
  • Tax Rate Calculations
  • Unlimited product attributes
  • Shipping
  • Multiple Currencies
  • Payment Gateways (Paypal, Google Checkout, Amazon Payments)
  • For more features check out simpleCart.js

Plugins

  • Google Sheets (Control products from a Google Sheet instead of JSON file)

Demo

You can see a working demo here

Installation

Install with Bower

bower install

or manually install using the latest release

Setup

1.Make sure simpleStore is on a web server (any type will do as long as it can serve static web pages).

2.Configure your payment options in js/config.js.

checkout: {
	type: "PayPal" ,
	email: "[email protected]"
},

3.Edit the js/config.js to your liking.

4.Add additional products in the products.json file.

Using Plugins

To use a plugin, add a reference just before your config.js file

<script src="plugins/google-sheets.js"></script>
<script src="js/config.js"></script>

HTML Version

If you are looking for something more basic, check out the HTML version on this branch. The HTML version uses plain HTML to build the store instead of a JSON file.

Add additional products using the <div class="simpleCart_shelfItem"></div> tags.

Credit where credit is due

For further documentation on expanding/tweaking simpleStore, check out the framework/plugin pages.

A note about JavaScript shopping carts

ALL JavaScript shopping carts are NOT fullproof. Because simpleStore is fully client-side, some users may attempt to alter prices before checkout. SimpleStore does the best it can to minimize this kind of activity. Make sure to monitor your sales. Just like in real life, if someone walks into your store and changes the price tag, you will certainly not honor those changes.

Contributing

All forms of contribution are welcome: bug reports, bug fixes, pull requests and simple suggestions. If you do wish to contribute, please follow the Airbnb Javascript Style Guide Thanks!

List of contributors

You can find the list of contributors here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].