Returns how frequently a word appears in a given string. The user inputs both the word and the string of words to check. Repeat Counter checks for full word matches only.
- Clone this git repository
- Set your localhost root folder to ~/RepeatCounter/web/
- Ensure PHP server is running.
- Start the web app by pointing your browser to the root (http://localhost:8000/)
License: MIT
- HTML5
- CSS3
- Bootstrap ver 3.3.1
- PHP (tested to run on PHP ver 5.6.6)
- Silex ver 1.2.3
- Twig ver 1.18.0
- PHPUnit