pranithgunda / review-radars

Product Search Application Providing insights into ratings and reviews
0 stars 0 forks source link

Build Page HTML #2

Closed pranithgunda closed 6 months ago

pranithgunda commented 6 months ago

Build HTML page, that enables to search for the product. Divide the webpage into column layout.

The first column layout must occupy 1/4th of the screen and include text input field and search icon to perform product search.

The second column layout must occupy remaining 3/4th of the screen and display list of products information.

Apply necessary padding, so two column layouts are separated.

pranithgunda commented 6 months ago

Implementation done, working as expected.