JBassard97 / SVG_Logo_Maker

A command line application to help businesses create a simple logo. Choose from 3 different shapes, the entire rainbow of colors, and add up to 3 letters inside!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG_Logo_Maker

Table of Contents

Description

This repository contains the starter code for my svg logo maker! Simply follow through the prompts given and your 'logo.svg' is spawned within the folder titled 'OUTPUT'. Provided as well are test suites for jest, and example files for each shape available! This project also serves as the debut of my first npm module: 'jbassard97nodecolors'! It works similarly to Inquirer's "chalk" method, but I've streamlined it's usage with intuitive naming and the ability to display rainbows on command.

Installation

You'll need to have Node.js installed on your machine to use the contents of this repo. You will also need to 'git clone' this repo to have it. Other than that, have a code-editor like VS-Code to work in.

Usage

Link to project: https://github.com/JBassard97/SVG_Logo_Maker After cloning this repo, right-click on the 'index.js' file and select: 'Open in Integrated Terminal'. You'll then need to download this project's dependences (Inquirer, Jest, and 'jbassard97nodecolors'), so enter: 'npm i'. You're now ready to run the application, so simply enter: 'node index' to begin the line of questioning needed to build your own Logo!

Screenshots

svg_demo.webm

Screenshot 2023-11-22 095024

Screenshot 2023-11-27 215522 Screenshot 2023-11-27 215559 Screenshot 2023-11-27 215627

About

A command line application to help businesses create a simple logo. Choose from 3 different shapes, the entire rainbow of colors, and add up to 3 letters inside!


Languages

Language:JavaScript 100.0%