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

https://github.com/sagasu/product-list

Simple product list application.
https://github.com/sagasu/product-list

coding-exercise react react-hooks

Last synced: about 2 months ago
JSON representation

Simple product list application.

Awesome Lists containing this project

README

          

# Product list
This is a simple application displaying an ordered list of products. Applications is aggregating a product price. Application allows filtering products by name case insensitive.

Application is fully hosted on Github and can be accessed here:
https://sagasu.github.io/product-list/

![alt text](https://github.com/sagasu/product-list/blob/master/product-list.png?raw=true)

# Further improvements
These are next steps to improve code quality:
1) More tests, adding tests for extracted components and services
2) Introducing SASS and BEM naming conventions
3) Error handling
4) Layout/UI/UX improvements, currently application only uses a small subset of a screen, also there is some flickering issue. I generally recommend introducing some 3rd party styling library.