An application created using react to display a list of products that can be sorted by price.
For development, will need following installed on environment.
- Node.js
- Yarn
For mac os, run following commands to install node & yarn
brew install nodebrew install yarn
1. $ git clone https://github.com/bhoomikhanderia/product-list.git
2. $ cd product-list
3. $ yarn install
To run this app,
$ yarn start
Visit http://localhost:3000/ to view output
For quick setup I have used, Create Reate App Framework. Since this application is small, I have used component based approach to keep it simple. Have used Jest and Enzyme for testing.