Skip to content

XD2Sketch/converter-coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Converter Coding Challenge

General Requirements

Create a NodeJS script that converts a simple Figma design to a Sketch file. Feel free to use external libraries to speed up the process of creating a Sketch file using NodeJS. In the first version of your script the tool should ONLY be able to convert rectangles. Please find below a dummy Figma file.

The following properties should be converted:

  • Size
  • Fill
  • Position
  • Name

Please note: All other properties are nice-to-have

Dummy File: (https://www.figma.com/file/D9oxWlZ1DCX79VsGfD8Qwr/Untitled?node-id=0%3A1)[https://www.figma.com/file/D9oxWlZ1DCX79VsGfD8Qwr/Untitled?node-id=0%3A1]

You can expect the Figma file to be public.

Technical Details

  • NodeJS, ideally with TS
  • Submit a GitHub repo with your solution

Time

Please do not spend more than 4-5 hours on this coding challenge. If you don't get a working version by then please commit your current work in progress.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published