This is a Node,js app that allows users to generate an SVG file of their logo based on their answers to the inquirer prompt questions.
Locate the correct path in your terminal and type "npm i". Then type "node index.js"
This app can be used to generate a simple logo.
N/A
Go to your terminal and find the correct path for this project. Type "npm i" then "node index.js". Answer the questions and a file will be created that says "logo.svg". Open this file with live server an see your creation!
Unlicense