murat-aydin01 / e-commerce

0 stars 0 forks source link

T2: Home Page #2

Open murat-aydin01 opened 1 month ago

murat-aydin01 commented 1 month ago

Tailwind is Mobile First in default. If you want to convert to Desktop first, you may follow this documentation: Tailwind switch breakpoints min to max responsive solution: NOT RECOMMENDED

Follow Mobile First approach

Your folder tree should be like

src/
   components/
       ProductCard.js
   layout/
       Header.js
       PageContent.js
       Footer.js
   pages/
       HomePage.js
       ...
Avinashshiyani commented 4 weeks ago

I can help you with that

murat-aydin01 commented 4 weeks ago

I can help you with that

thanks but i have to do it myself