TechSpiritSS / Terminal-Portfolio

Terminal Style Portfolio made with HTML / CSS / JS
MIT License
64 stars 83 forks source link

Fix case sensitivity issue #73

Closed stallardjw closed 2 years ago

stallardjw commented 2 years ago

Convert input to lowercase and remove any extra spaces from beginning and end of input.

Fixes

Fixes #72 by @stallardjw

Types of changes

Description

Converts user input to lowercase and trims extra spaces at the beginning and end of the input. This allows users to input the command without having to match the format exactly and won't throw an error if they include extra spaces at the beginning or end of their input.

Preview Link

Here's my preview

Checklist:

TechSpiritSS commented 2 years ago

Great 👍