An elementary command-line application that generates an SVG logo according to user input prompts. This project served as a learning exercise to reinforce concepts such as classes, inheritance, and modularization. Additionally, it marked my initial venture into incorporating testing into a program. Although I am still acclimating to the testing procedure and its applications, I found it gratifying to witness the tests pass successfully, demonstrating the functionality of the program.
Type npm i
into the console once the project is cloned to your local repository.
After typing node index.js
into the console, answer the questions that follow.
To test, type npm run test
into the console and it will check for fail/pass.