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.
- Host: GitHub
- URL: https://github.com/sagasu/product-list
- Owner: sagasu
- License: apache-2.0
- Created: 2020-07-11T08:05:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T02:32:46.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T22:23:34.042Z (almost 2 years ago)
- Topics: coding-exercise, react, react-hooks
- Language: JavaScript
- Homepage: https://sagasu.github.io/product-list/
- Size: 549 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/

# 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.