New York, New York, United States
Designed an Open Sourced MVP to accept design input from Figma and import it to a visual canvas as part of Voice Compass to decrease the lead time to production. Implemented a plugin that accepts JSON inputs to create personalized designs using TypeScript and categorize them into user-defined groups.
Converted user-given string input into JSON arrays. Extracted and modified the coordinates from the JSON array to make it proportional to the Voice Compass canvas. Compressed the JSON data as a string and created a ‘COPY LINK’ button to use it.
Accepted images from a user, by calling the voice compass API request to retrieve the destination S3 bucket location to upload the image to S3 bucket.
Focused on user experience design of the plugin UI window using HTML, CSS, and React to provide optimum functionality. Performed unit testing of APIs in Postman to validate status 200 response. Documented the code for future references.