Skip to content

TrueWillB/The-Quick-SVG-Logo-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Quick SVG Logo Generator

License: MIT

Table of Contents

Description

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:
sample logo

Installation

Installation is simple. Download the files in the repository, execute "npm install", and run index.js with node ("node index.js")

Usage

You can use this generator to quickly kick out some simple logos. It can be a good starting point for a simple svg file.

Tests

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

Questions

You can contact me with questions in the following places:

Github Profile: https://github.com/TrueWillB

Credits

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/

License

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: License: MIT

About

This is an SVG logo generator created as a challenge in a full stack bootcamp course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors