Closed furkankizilbuga closed 1 month ago
Flex Layout
Tailwind
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
[x] Create Layout Components like:
[x] Create Home Page Component Mobile View (Mobile First approach)
[x] Create Home Page Component Desktop View
[x] Create repetitive Components like: ProductCard
[x] Slider component
[x] Activate React Router and Links for Home Page
[x] Use an Icon Library like: FontAwesome (CDN is recommended)
Your folder tree should be like
src/ components/ ProductCard.js layout/ Header.js PageContent.js Footer.js pages/ HomePage.js ...
Flex Layout
Tailwind
classes, no custom classes allowed!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
[x] Create Layout Components like:
[x] Create Home Page Component Mobile View (Mobile First approach)
[x] Create Home Page Component Desktop View
[x] Create repetitive Components like: ProductCard
[x] Slider component
[x] Activate React Router and Links for Home Page
[x] Use an Icon Library like: FontAwesome (CDN is recommended)
Your folder tree should be like