To build a Node.js command-line application that takes in user input to generate a logo and save it as an SVG file. The application prompts the user to select a color and shape, provide text for the ...
The motivation behind this SVG logo generator in node.js using inquirer with test using JEST was to be able to create basic SVG logos to use in Projects. Another big motivator was to put some of the ...