SVG-Logo-Maker

所属分类:图形图象
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-11-08 13:25:31
上 传 者sh-1993
说明:  面向对象编程-使用Node.js构建的SVG徽标生成器,它将接受用户输入,以通过颜色和形状生成徽标。
(Object Oriented Programming - SVG logo maker that is built using Node.js that will take in user input to generate a logo by color and shape.)

文件列表:
LICENSE (1069, 2023-11-08)
examples/ (0, 2023-11-08)
examples/logo-1.svg (237, 2023-11-08)
examples/logo-2.svg (243, 2023-11-08)
examples/logo-3.svg (231, 2023-11-08)
images/ (0, 2023-11-08)
images/SVG.png (7018, 2023-11-08)
index.js (3166, 2023-11-08)
lib/ (0, 2023-11-08)
lib/shapes.js (831, 2023-11-08)
lib/shapes.test.js (1169, 2023-11-08)
package-lock.json (147065, 2023-11-08)
package.json (387, 2023-11-08)

# SVG-Logo-Maker [![License](https://img.shields.io/badge/License-MIT-turquoise.svg)](https://opensource.org/licenses/MIT) ## Description The SVG logo maker is part of Object Oriented Programming, that is built using Node.js that will take in user input to generate a logo by color, shape, and text within the shape. This logo will be designed by the user using Node.js and Inquirer. ## Table of Contents - [Description](#description) - [Visuals](#visuals) - [Installation](#installation) - [Usage](#usage) - [Dependencies](#dependencies) - [Test](#test) - [License](#license) - [Questions](#questions) ## Visuals #### Click on the image below to reveal the video walk-through/demonstration: [![Screenshot](./images/SVG.png)](https://youtu.be/O2hfsgFkzxw) ## Installation #### How to install the application: - To follow along - Open the [VIDEO WALKTHROUGH](https://youtu.be/O2hfsgFkzxw) for guidance. - First, clone the git repository from [GitHub](https://github.com/kwaters3/SVG-Logo-Maker#click-on-the-image-below-to-reveal-the-video-walk-throughdemonstration) - Next, install the required packages by using the following command: `npm install` - Then, invoke the application by using the following command: `npm start` - Finally, the user will have access to the SVG Logo Maker to specially craft and design their own logo. ## Usage #### How to use the application: - First, install the given application/project/dependecies. - Next, the command-line application will prompt the user with the following: `choose a shape [Triangle, Circle, Square]`, `Enter 3 character text`, `Choose text color`, & `Choose shape background color`. - Finally, when the command-prompts are complete, `Generated logo.svg` will appear in the console and your new SVG logo will be available in the newly generated SVG file. ## Dependencies - [inquirer](https://www.npmjs.com/package/inquirer/v/8.2.4) - [jest](https://www.npmjs.com/package/jest) ## Test To run unit testing, open the terminal, and the use the command: `npm run test`.
There is currently one test suite, testing for 3 structures/tests. ## License This project is covered under the following license: [![License](https://img.shields.io/badge/License-MIT-turquoise.svg)](https://opensource.org/licenses/MIT) ## Questions If you have any questions, please email me at: knickler3@gmail.com
My GitHub page is: [kwaters3](https://github.com/kwaters3)

近期下载者

相关文件


收藏者