Skip to content
This repository has been archived by the owner on Apr 22, 2018. It is now read-only.

An intro to redux with hyperscript and morphdom

Notifications You must be signed in to change notification settings

eda-old-challenges/redux-hyper-morph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Hyper Morph

Redux + Hyperscript Shopping Cart

See the deployed example solution

solution branch: Example working solution look at it when you're done

User stories

As a shopper I'd like to see a list of all the products available for sale so that I can know what's for sale.

As a user I'd like to be able to see the price of an item.

As a shopper I'd like to be able to see more details about a product that I'm interested in so I can decide if I want to buy it.

As a user I want to see my shopping cart along side the list of products so I can see what products are in my cart so far.

As a user I want to be able to add an item to the shopping cart so that I can eventually buy it.

As a user I want to be able to remove an item from my cart if I don't want it any more.

As a user I want to know the total price of my shopping cart so I know that I can afford my order.

As a user I'd like to know how many items are in my cart total so that I can know when I have satisfied my consumerist impulses.

Start

npm install && npm start

browse to http://localhost:9966/.

About

An intro to redux with hyperscript and morphdom

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published