A quick walkthrough video: https://youtu.be/4WAx49rhyec
This is a small and very simple SVG logo generator I made for a full stack web dev bootcamp. It quickly generates a small svg file with a short amount of text, a square, triangle, or circle, and a background. All of these elements have their color chosen by the user. Enjoy a 90s-style logo generated by the app below:
Installation is simple. Download the files in the repository, execute "npm install", and run index.js with node ("node index.js")
You can use this generator to quickly kick out some simple logos. It can be a good starting point for a simple svg file.
Testing was rather simple, and tests can be found in the "test" folder of the repository. Testing consisted of ensuring that the outputs of the methods in the renderers.js file were correct. To run the test, simply run npm test from the command line
You can contact me with questions in the following places:
Github Profile: https://github.com/TrueWillB
I used a list of standard CSS colors gathered by github user bobspace. The exact list I used to derive my list is here: https://gist.github.com/bobspace/2712980
His profile is here: https://github.com/bobspace/
This repo and all of its contents operate under MIT License. For details, please view the LICENSE file in the repository or click the badge: