Ecommerce Demo Description:
The application starts with lauching a product details page assuming the customer has selected a dress to buy with following details: i) Product image - this can be anything. Please keep it family friendly. ii) Size iii Color iv) Quantity
After selecting above parameters, Customer can enter a shipping address and clicks on finish button to show the summary of the selected data.
Libraries Used: 1. Backbone 2. Marionette 3. Handlebars 4. jQuery 5. Flexboxgrid CSS
Key Features: 1. Validations. 2. View management 3. Data management 4. Should be able to explain design decisions.
This project is created using modern backbone development Tools.
Just clone the repo and follow the steps:
$ git clone https://github.com/theCodeMachine/ecommerce-demo.git ecommd && cd $_
$ yarn installUses webpack-dev-server with HMR to serve your app:
$ yarn dev