This project is my first React webpage, recreated from an image as part of my frontend skills showcase for HR, clients, and others interested in my work.
Topic Used : components
props
useState
Clone the repository:
gh repo clone Rajneeshzytox/React-Website-design
cd react-webpage-showcase
Install dependencies:
npm install
Run the development server:
npm run dev
Open your browser and visit http://localhost:5173
or other, to see the webpage.
data
folder array to render additional products or banners.Example data structure in data/Product_data.jsx
:
[
{
id: "1",
src: "img url",
disc: "1st product text",
prePrice: "$47.99",
newPrice: "$28.99",
},
{
id: "2",
src: "img url",
disc: "2nd product text",
prePrice: "$47.99",
newPrice: "$28.99",
},
]
see screenshots for mobile/tab/laptop in /public/screenshot/