Vowel Counter

Hello World!! This project, is a Vowel Counter App, that simply counts the vowels includes in a text, that the client might type or copy and paste in the textarea. The count is updated in real time, everytime the user types in a letter. It's functionality is developed with plain Vanilla JavaScript, using arrow functions to control its functionality.

The Styling was developed with CSS, and it's developed with a fresh and cheerful theme.

Current Functionality

  • Type in letters and the counting will increase or decrease depending on the amount of vowels that the input includes.
  • Copy and Paste text and the counting will display the amount of vowels that the input includes.

Future Functionality to Implement

  • Display not only the amount of vowels, but also the amount of syllables and spaces that an input text has.
  • Use Regular Expressions to acomplish the last target.

Usage

If you wanna take a quick usage of this project, go to next section and follow the step

Live Demo

Just Click on the next Link: VowelCounterApp