Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Slfdspln authored May 4, 2023
1 parent 4401357 commit 6ab7577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 4,10 @@ Week-10 Challenge
This app empowers freelance web developers to create custom logos without hiring a graphic designer. It uses inquirer to prompt users for logo preferences, such as up to three characters of text, text color, and shape (triangle, square, or circle) with a corresponding color. After answering the prompts, the app generates an SVG file with the user's selections. I also implemented unit testing for the first time, with a test suite consisting of three tests to ensure accurate shapes and colors. This app showcases the potential of back-end developers and the importance of unit testing, even for small projects. I added minor error handling for the first prompt, limiting text input to three characters. Future improvements could include additional error handling for SVG colors, more unit tests, and expanded font and polygon options. All in all, creating this app was a valuable learning experience that further developed my developer mindset.
## Table of Contents

* Bullet list [Description](#Description)
* [Description](#Description)
<a name="Screenshots"></a>

* Bullet list [Screenshots](#Screenshots)
* [Screenshots](#Screenshots)
<a name="Screenshots"></a>

## Live Screen Recording of Application Functionality
Expand Down

0 comments on commit 6ab7577

Please sign in to comment.