# Evaly ReactJS Coding Assignment ## Task Description: ![](https://i.imgur.com/x36meMk.png) Create a simple ReactJS application with `create-react-app` and Design a product details UI/UX with implement below functionalities: As example you can see this [link](https://beta.evaly.com.bd/products/colorsize-e7c141f05). - [ ] Zoom view of product image - [ ] Change image based on color and size - [ ] Fetch and render available shops based on color and size. - [ ] Change product description based on color and size. ## APIs: - [Product Details Endpoint ](https://api-dev.evaly.com.bd/core/public/products/colorsize-e7c141f05/) `https://api-dev.evaly.com.bd/core/public/products/{product-slug}/` - [Available Shops Endpoint](https://api-dev.evaly.com.bd/core/public/product/shops/{variant_id}/) `https://api-dev.evaly.com.bd/core/public/product/shops/{variant_id}/` #### Recommendations: - [x] React hooks. - [ ] Not to use any CSS framework or react UI toolkit.