Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

wsjwong/ng-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-store

A lightweight and responsive store application without database, which enables you to set it up in minutes. ng-store is built on AngularJS framework with simpleCart.js and Bootstrap.

Features

  • Mobile-first Responsive Design
  • No Database
  • Slideshow with Touch Swiping
  • Product attributes including (but not limited to) Sizes/Colors
  • Sort Products by any attributes
  • Flat rate Shipping
  • Paypal with Multiple Currencies

Set up

  1. ng-store runs on a web server

  2. Configure your payment options in config.js.

checkout: {
	type: "PayPal" ,
	email: "[email protected]"
	sandbox: true,
},
  1. Add products in the items.json file.

To-do list

There are plenty of custom configurations could be done easily but I have not started the documentation/testing yet:

  • Payment Successful/Cancellalation Redirect Page
  • Shipping by products weight/quantity
  • Hide Safari bars after Adding to home screen
  • More..

Contributing

All forms of contribution are welcome:

  • Bug Reports
  • Bug Fixes
  • Work on To-do List
  • Documentations
  • Suggestions

List of contributors

Credit

About

A lightweight and responsive store application without database, which enables you to set it up in minutes. ng-store is built on AngularJS framework with simpleCart.js and Bootstrap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors