Skip to content

Generate an SVG logo with your choice of shape (circle, square, or triangle), shape color, text (limit of 3 characters), and text color. Shape and text colors can be chosen using color keywords or hexadecimal numbers.

Notifications You must be signed in to change notification settings

Esztergb/SVG-logo-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG Logo Maker

License: MIT

Description

Generate an SVG logo with your choice of shape (circle, square, or triangle), shape color, text (limit of 3 characters), and text color. Shape and text colors can be chosen using color keywords or hexadecimal numbers.

Table of Contents

Installation

Before attempting to use this project, make sure to have these programs installed on your computer:

  • VS Code
  • GitBash
  • Node.js

Steps to initialize the project:

  1. Copy Link: Hit the "Code" button within this GitHub repo to copy link
  2. Clone: Within GitBash, use the command "git clone paste link here"
  3. NPM: Use the command "npm init -y" to install Node Package Manager
  4. Inquirer: Use the command "npm install inquirer" to get npm's inquirer package
  5. Jest: Use Jest for a suite of unit tests.

Usage

The application will be invoked by using the “node index” command.
Click on the screenshot below to start the Screencastify video tutorial:

screencastify video

License

This project is covered under the MIT licence.
To learn more click on the following link

How to Contribute

Please follow Contributor Covenant Guidelines by clicking on the following link: Contributor Covenant

Tests

Each shape class (Circle, Square, and Triangle) is tested for a render() method that returns a string for the corresponfing SVG file matching color and text requests. Type "npm test" in the command line and Jest will run all three tests.

Questions

If you have any questions about this projects, please email me: gubiscom@yahoo.com directly.
Please visit my GitHub Page to view this project.

Credits

Thank you for tips and sugestions from Bootcamp instructors and classmates. I have used https://www.w3schools.com/ and https://www.stackoverflow.com to research information. Did not work with tutor this week. Codes were based on mini project mainly and some other modules from bootcamp.

About

Generate an SVG logo with your choice of shape (circle, square, or triangle), shape color, text (limit of 3 characters), and text color. Shape and text colors can be chosen using color keywords or hexadecimal numbers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published