An e-commerce application to search, view,filter and add products to cart for purchase
Login Search Search Results Filtering Add to cart
HTML5, CSS3, Javascript,React and Redux.
react, redux, redux-thunk, react-router-dom, axios, react-redux
{
products:[],
filteredProducts:[],
user:{user:{}},
inCart:[]
}
#The site is responsive until 1024px(tablet view port size) #No CSS libraries was used for styling #Basic error handling for API’s has been done #Basic form validation for login form is in place.
Class and functional components, event handling, component compositions, conditional rendering, redux, reducers,actions, routing, error handling and modularity.