Skip to content

Latest commit

 

History

History

Responsive Product Catalog CH-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Frontend Development Challenge 1: Responsive Product Catalog

Welcome to the Frontend Development Challenge 1! 🚀 In this challenge, you will create a responsive webpage that displays a product catalog using Bootstrap. The catalog should have the following features:

My Solution

You can view my solution live here.

Challenge Description

Your task is to build a webpage with the following components:

  1. Navigation Bar: Create a navigation bar at the top with links to Home, Products, and Contact Us.

  2. Header: Design an attractive header with a title and a brief description.

  3. Product Grid: Implement a grid layout to display product cards. Each card should contain the following:

    • Product Image
    • Product Name
    • Product Price
    • "Buy Now" button
  4. Responsive Design: Ensure that the product cards arrange themselves into multiple columns on larger screens and a single column on smaller screens. Make sure the page looks good on both desktop and mobile devices.

Screenshots

PC View

Solution-1

Mobile View

mobile-sol

Instructions

You can use Bootstrap's grid system, components, and utility classes to achieve this challenge. Feel free to create a simple example or ask for more specific guidance on any part of the challenge.

Submission

When you have completed the challenge, share your code or describe your approach in this repository. You must follow contribution steps given on the main page.

Feedback and Assistance

If you have any questions, need feedback, or require assistance, don't hesitate to reach out. Happy coding! 🔥