Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.63 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.63 KB

SVG-Logo-Generator

License: MIT

Static BadgeStatic Badge Static Badge

Contents

Description

An elementary command-line application that generates an SVG logo according to user input prompts. This project served as a learning exercise to reinforce concepts such as classes, inheritance, and modularization. Additionally, it marked my initial venture into incorporating testing into a program. Although I am still acclimating to the testing procedure and its applications, I found it gratifying to witness the tests pass successfully, demonstrating the functionality of the program.

Installation

Type npm i into the console once the project is cloned to your local repository.

Usage

After typing node index.js into the console, answer the questions that follow.

Youtube Video

Tests

To test, type npm run test into the console and it will check for fail/pass.

Contact