An open API service indexing awesome lists of open source software.

https://github.com/shathee/react-product-list

Showing a product list with react window and state management by redux
https://github.com/shathee/react-product-list

react-redux react-window reactjs styled-components

Last synced: 2 months ago
JSON representation

Showing a product list with react window and state management by redux

Awesome Lists containing this project

README

          

# React Product List

A React App to display list of products using React-Window. It also uses redux for state management.

## Steps to run the APP

- Clone repository
`git clone https://github.com/shathee/react-product-list.git`
- Install its dependencies
`npm install`
- to run in Development server
`npm start`
- to build for Production
`npm run build`

## Live Demo

you can check the live demo [https://mighty-caverns-15257.herokuapp.com/](https://mighty-caverns-15257.herokuapp.com/) or here [http://152.70.169.51/react-product-list/](http://152.70.169.51/react-product-list/)

## Screens

All Products


All Products

Filtered Products


All Products

Selectable Dropdown


All Products