An open API service indexing awesome lists of open source software.

https://github.com/andrewhamerly/svg-logo-maker

Create a SVG logo with custom text, text color, shape and shape color on a default 300 x 200px background.
https://github.com/andrewhamerly/svg-logo-maker

classes classes-and-inheritance javascript javascript-es6 node-js npm object-oriented-programming

Last synced: 2 months ago
JSON representation

Create a SVG logo with custom text, text color, shape and shape color on a default 300 x 200px background.

Awesome Lists containing this project

README

        

# SVG Logo Maker
Creating a captivating brand is critical for a business, it is a first impression and can make or break a company. An often underestimated aspect of this is the logo.

A logo can be the difference in setting up for success or not. A well-crafted logo seizes the opportunity to clarify the brands purpose and connecting with the audience.

Enter the SVG Logo Maker. No more starting from scratch; just answer a few questions and a SVG logo will be generated.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
- [Credits](#credits)
## Installation
Steps to kickstart the project:
1. **Copy Link**: Hit the "Code" button in this GitHub repo to copy the link.
2. **Clone**: In GitBash, execute the command `git clone [paste link here]`.
3. **NPM**: Install Node Package Manager with `npm init -y`.
4. **Inquirer**: Get npm's inquirer package by running `npm install inquirer`.
## Usage
Once the software is downloaded and Node packages are initialized, let's begin!

Navigate to the project directory and initiate prompts using `node index.js`.

Then, simply input the necessary logo information, and voila! A new SVG logo file will be generated.

[Link to video demo of SVG logo maker](https://drive.google.com/file/d/1GoBCQwLV76jZvleik9_yfHkpyXrFFOJJ/view?usp=drive_link)
## License
![License Badge](https://img.shields.io/badge/License-MIT-yellow.svg)

[License Guide](https://opensource.org/licenses/MIT)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Contributing
Please enter a new issue in the GitHub repo. Thanks!
## Tests
Tests can be invoked using `npm test` for testing the shape render functions.
## Questions
[GitHub Profile](https://github.com/andrewhamerly)

If you have additional questions, please email me at [email protected].
## Credits
My instructor Michael LaPan for help with refactoring my class constructors function.