DEV Community

satya13010
satya13010

Posted on

Need info on web development

So I am learning figma and and I came up with some plugins which shows that we can convert this into HTML CSS or react. So basic tasks is done with this??? And nicepage application also???

Top comments (1)

Collapse
 
violet profile image
Elena

This is my web development process. I also start doing the design in figma or sometimes adobexd. Once the design is finished, then I use Desech Studio to import the design file and get the html structure and style. I have to change the margins and sizes and then I do the responsiveness.

Then I can work with static html/css and do the programming in vanilla javascript. If the project requires react, angular or vue, then I use the necessary Desech Studio plugin and export my code to react or what ever.