This application uses the Inquirer package in order to take user input and generate an corresponding SVG file, allowing the user to create their own logos and cut on costs by avoiding having to hire graphic designers for small jobs for any projects that require their own logo.
All necessary dependencies (Inquirer and Jest) are already installed so simply downloading all assets from the repository should provide all of the necessary files. The application can then be run by running the command node index.
The user provides input to all of the Inquirer prompts, and the SVG is automatically generated based on these. The Jest tests are purely included for informative purposes and are not necessary to run in order to generate the SVGS. For a demo of the application, view the video at the following link: Demo link
No other people contributed to this project.
This project uses a The Unlicense license.
This application currently not accepting contributions.
In order to test full functionality after installation, you can run npm run test in order to perform the jest tests in the shapes.test.js file. If the files were downloaded correctly and the directory is correct then all three of the tests should pass.
My GitHub profile: github.com/Fy50167. For further questions, you can email me at [email protected].