blue-stone
1.List of all Products (home page) - A simple vertical list of products. Each product name can be clicked which will take the user to a “Product Detail” screen for the clicked item.
2.Product Detail Screen - place where you can view and edit all the details about the product
Project setup and usage
Install dependencies:
yarn
Run development server:
yarn dev
runs on localhost:3000