#How to convert figma design to React App

7 messages · Page 1 of 1 (latest)

midnight schooner
hybrid violet
#

if you want guidance to help with building it in react, then break down the design as you see convenient and start building components.
It should be broken down as you see fit. for example
navbar
hero section
image grid
feature grid 1
process section
feature grid 2
call to action 1
call to action 2
testimonial
footer

midnight schooner
#

Yeah I mean build in react

#

Vimo can you check my current code and guide me whether I am doing right or wrong? as a professional developer can you guide me?

hybrid violet
#

There is no right or wrong in web development especially with markup and component structure in react. While learning do as you wish see fit, the more you build the more you will realize what style fits you well.
Follow the general good practices, read about accessibility and use MDN for understanding which HTML tags to use and why.
MDN has a great resource for accessibility info too.

midnight schooner
#

Thank you soo much brother