https://www.figma.com/file/uaUwsahQAS0pNUSOlhHr26?locale=en&type=design checkout this figma file i want to convert this into React App. I need some guidance
#How to convert figma design to React App
7 messages · Page 1 of 1 (latest)
i want to convert this into React App.
by convert you mean you want to build it in react or you looking for shortcut to have some way to generate the react code for this?
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
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?
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.
Thank you soo much brother