thestore

0.0.18 • Public • Published

TheStore Build StatusdevDependency Status

An online store built on Bootstrap and Angular technologies.

The focus of this project is on developing modular, testable, maintainable, and high quality code intent on delivering fast performance and the best possible user experience.

Follow @the_onlinestore on twitter to stay informed on all commits and other changes.

View the demo website

A development machine should have installed the following dependencies

  • Java
  • nodejs
  • git
  • ruby
  • gulp (npm install -g gulp)
  • bower (npm install -g bower)
  • compass (gem install compass)

To install the project for development on your local dev machine

Either with github

  1. Fork and clone the project to a local folder
  2. From the "thestore" folder, install build dependencies with the command: npm install
  3. From the "thestore" folder, install run dependencies with the command: bower install

Or with npm -

  1. Get the project to your local machine with the command: npm install thestore
  2. From the "thestore" folder, install build dependencies with the command: npm install
  3. From the "thestore" folder, install run dependencies with the command: bower install

The source code can be found in the 'thestore/src' folder. Start a web server in development mode with the command: gulp dev

Any changes made to source code will immediately reload on the web browser. JavaScript changes are automatically validated with jshint.

To create a 'build' folder to run the app with optimized resources ready for publishing, run the following command from the 'thestore' folder: gulp build

upcoming features

features in the dev queue for future releases

  1. Move search box to navigation bar
  2. implement a non-scrollable footer for the site
  3. implement SignUp and Login links
  4. Create functional shopping cart page
  5. Create admin mode, for admin users to add & remove products
  6. add additional properties like categories to products
  7. Redesign home page & product details page to incorporate product categories and shopping cart buttons
  8. Enable i18n and l10 - internationalization and localization - with the angular-translate module

Contributing

Contribute to this project by implementing the features listed above or by adding other features you want to work on. Please follow the development guidelines established for this project.

Create unit tests for all your Javascript code in the folder 'thestore/tests/unit'. From the 'thestore' folder, run your unit tests with the command gulp unitTesting

If you add new UI or modify the existing UI, create user acceptance tests in the folder 'thestore/tests/e2e'. From the 'thestore' folder, run your e2e tests with the command gulp acceptanceTesting

Make sure your code builds by running the command: grunt

License

ISC

Package Sidebar

Install

npm i thestore

Weekly Downloads

8

Version

0.0.18

License

ISC

Last publish

Collaborators

  • fortesl