Code Monkey home page Code Monkey logo

thestore's Introduction

TheStore

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

Install

Either with github

  1. Fork and clone the project to a "thestore" local folder
  2. From the "thestore" folder, install build task dependencies with the command: npm install
  3. From the "thestore" folder, install other 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 task dependencies with the command: npm install
  3. From the "thestore" folder, install 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: grunt serve

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 and run the app with optimized resources ready for publishing, run the following command from the 'thestore' folder: grunt

Next

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 karma start

If you add new UI or modify the existing UI, create e2e tests in the folder 'thestore/tests/e2e'. From the 'thestore' folder, use the following commands to run your e2e tests:

  1. webdriver-manager start (starts Selenium locally)
  2. grunt serve (starts the webserver for source code, if not already running)
  3. protractor (runs the tests)

Make sure your code builds by running the command: grunt

License

ISC

thestore's People

Contributors

fortesl avatar

Watchers

 avatar  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.