Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTA Coding Bootcamp Challenge -- Logo Maker

Description

This is my submission for the SVG Logo Maker challenge in the UTA/EdX Coding Bootcamp. This challenge aimed to create a program that can be run on Node.js to write a custom SVG file.

Link to video demonstration

Installation

N/A

Usage

Running the program presents the user with four Inquirer prompts: a 1-3 character text input, a color keyword or hexadecimal code for the text's color, a shape with choices between circle, square, and triangle, and a second color keyword or hexadecimal code for the shape's color. Once all prompts are answered satisfactorily, the program writes an SVG file using that data in a 300x200 icon. If the user enters a string length not between 1 and 3 inclusive for the first prompt, the program will not accept the input and reinquire. Similarly, if the input for the second or fourth prompt is not a recognized keyword or valid 6-digit hexadecimal code, the program will require the user to reenter its response.

Credits

N/A

License

This repo uses an MIT License. See above for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages