SVG Logo Generator

This application allows users to generate an SVG logo based on CLI input from users. The application prompts the user to select a color and shape, provide text for the logo, and save the generated SVG to a .svg file.

This app uses inquirer for collecting all the input from the user and will be invoked by using the node command. Give it a try and design a logo for yourself!

You can find the project code in the github repository as well as the deployed web page below.