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.
- Host: GitHub
- URL: https://github.com/andrewhamerly/svg-logo-maker
- Owner: andrewhamerly
- License: mit
- Created: 2024-04-25T16:15:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T17:22:48.000Z (about 1 year ago)
- Last Synced: 2025-01-30T01:44:10.479Z (4 months ago)
- Topics: classes, classes-and-inheritance, javascript, javascript-es6, node-js, npm, object-oriented-programming
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 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.