Skip to content

woodpig07/react-flux-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-flux-shop

A dfs-like online shopping APP built with reactjs/flux

TODO

  • ✔ Set up basic product listing page @done
  • ✔ Unneeded code cleanup @done
  • ✔ Rewrite listing and sorting function with reactjs/flux @done
  • ✔ Set up react-route @done
  • ✔ Rewrite product detail page with reactjs/flux @done
  • ✔ Rewrite shoppingbag page with reactjs/flux @done
  • ✔ Set up routes for subcategory listing page @done
  • ✔ Refactor refiner menu list so that they created based on product category @done
  • ☐ Add animation in react way
  • ☐ Add test
  • ☐ Optimzation