Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.83 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.83 KB

SVG Maker

License: MIT GitHub repo size

Initially created in the sping of 2023 for my UCF Full-Stack Web Development Bootcamp.

Description

This application was made to create a SVG logo from your command line. This app gives you options to chose between 3 different shapes, along with an array of colors and texts to finish logo. Also, this app has a testing options to help assure everything is running smoothly.

Screenshot 2024-04-19 133238

circle square triangle

Technologies

  • Inquirer
  • Node.js
  • Javascript
  • Babel
  • Jest

Installation

For this, I used pnpm, but you may use npm or yarn, you'll just need to make some minor adjustments.

  1. Clone this repository to your local machine.
  2. Select & download your package manager: npm, pnpm, or yarn.
  3. Inside your terminal, run npm install, pnpm install, or yarn install.

Usage

  1. While inside your terminal, run node index.js.
  2. Let the SVG fun begin!

Tests

Navigate to your terminal and run npm test, pnpm test, or yarn test.

License

This project is licensed under the MIT license.

Questions

Questions? Comments? Concerns? Reach out to me via GitHub or email at [email protected].