Skip to content

SKhai77/svg-logo-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG Logo Generator

License: MIT

Table of Contents

Description

The project aims is to build a Node.js command-line application that takes in user input to generate a logo and save it as an [SVG file]. The application prompts the user to select a color and shape, provide text for the logo, and save the generated SVG to a .svg file.

Technologies

  • JavaScript (Client-side web development)
  • Node.js (A runtime environment and server-side web development platform for JavaScript)
  • Inquirer (Node.js library)
  • Jest (JavaScript testing framework)
  • NPM (Node Package Manager for Node.js)

Installation

In order to be able to run the applicaton, you are required to do the following:

 $ npm install

Usage

To use the application,

  • To run the application, type the following code in the command line:
 $ npm start or node index.js
  • Answer all the questions to generate a shape
  • Your generated shape will be named logo.svg and located in the examples folder
  • Locate the logo.svg file and right-click on it. Then click on "Open Preview"
  • Watch the demonstration video by clicking the link here.

Preview Generated SVG Logos: Generated SVG Logo

License

This project is under the MIT License. Click here for more information.

Tests

To run the tests, type the following code in the command line:

 $ npm run test

Releases

No releases published

Packages

No packages published