The Title Case program capitalizes the first letter of all words in a multiple-word title. For example, we expect it to change the color purple to The Color Purple.
- Clone this git repository
- Set your localhost root folder to ~/TitleCase/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
- PHP (tested to run on PHP ver 5.6.6)
- Silex ver 1.2.3
- Twig ver 1.18.0
- PHPUnit