Skip to content

A mock eCommerce Product Listing Page built with React, using functional components with Hooks

Notifications You must be signed in to change notification settings

flyrootmedia/storefront-02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

storefront-02

A mock Product Listing Page built with React

Concepts Demonstrated

  • Functional components with hooks
  • React Router - history, Link NavLink
  • Redux / Redux Thunk
  • async/await with fetch
  • SASS

NOTE: This app is my first experimentation with React outside of courses/tutorials. It's currently set up with a mock api that doesn't pull from a database, so doesn't support filtering/sorting, or pagination. To get around this and make it feel a little less broken I'm performing these actions in the front end, which I know is unrealistic and expensve, and makes it feel a bit wonky. The filters aren't taking into account which ones should be additive or subtractive, and the counts are kind of messed up because of that.

This is a work in progress and is a portfolio project, so I'd welcome issues created for any suggestions or bugs, but I won't accept any pull requests since I would like this to remain all my own code.

About

A mock eCommerce Product Listing Page built with React, using functional components with Hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published